Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7cf2a commit de50aabCopy full SHA for de50aab
1 file changed
python/ql/test/query-tests/Expressions/Regex/test.py
@@ -141,4 +141,7 @@
141
re.compile(r"\[(?P<txt>[^[]*)\]\((?P<uri>[^)]*)")
142
143
#Allow unicode in raw strings
144
-re.compile(r"[\U00010000-\U0010FFFF]")
+re.compile(r"[\U00010000-\U0010FFFF]")
145
+
146
+#Allow unicode names
147
+re.compile(r"[\N{degree sign}\N{EM DASH}]")
0 commit comments