Allow specific Box Drawing UTF characters that are used in Markdown trees in check_files.py

Signed-off-by: Aditya Deshpande <[email protected]>
This commit is contained in:
Aditya Deshpande
2023-01-30 13:24:11 +00:00
parent 4b7cb8c737
commit ed514d3218
+1
View File
@@ -285,6 +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
])
# Allow any of the characters and ranges above, and anything classified
# as a word constituent.