Skip to content

Commit

Permalink
Allow whole Box Drawings range
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
  • Loading branch information
aditya-deshpande-arm committed Feb 1, 2023
1 parent e76dc39 commit a9186f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/check_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class UnicodeIssueTracker(LineIssueTracker):
'\u2070\u2071\u2074-\u208E\u2090-\u209C', # Superscripts and Subscripts
'\u2190-\u21FF', # Arrows
'\u2200-\u22FF', # Mathematical Symbols
'\u2500 \u2514 \u251C' # Box Drawings characters used in markdown trees
'\u2500-\u257F' # Box Drawings characters used in markdown trees
])
# Allow any of the characters and ranges above, and anything classified
# as a word constituent.
Expand Down

0 comments on commit a9186f3

Please sign in to comment.