Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.28] check_files.py: Allow specific Box Drawings characters to be used #6983

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Allow specific Box Drawing UTF characters that are used in Markdown t…
…rees in check_files.py

Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
  • Loading branch information
aditya-deshpande-arm committed Jan 30, 2023
commit ed514d3218cb9f3db179df7e261ff9a08fb21160
1 change: 1 addition & 0 deletions tests/scripts/check_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down