From ed514d3218cb9f3db179df7e261ff9a08fb21160 Mon Sep 17 00:00:00 2001 From: Aditya Deshpande Date: Mon, 30 Jan 2023 13:10:13 +0000 Subject: [PATCH] Allow specific Box Drawing UTF characters that are used in Markdown trees in check_files.py Signed-off-by: Aditya Deshpande --- tests/scripts/check_files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/check_files.py b/tests/scripts/check_files.py index d20ec2e9ec..33b15ac178 100755 --- a/tests/scripts/check_files.py +++ b/tests/scripts/check_files.py @@ -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.