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 451ae7b commit f9f52b0Copy full SHA for f9f52b0
1 file changed
python/ql/test/query-tests/Expressions/Regex/test.py
@@ -139,3 +139,6 @@
139
140
#Potentially mis-parsed character set
141
re.compile(r"\[(?P<txt>[^[]*)\]\((?P<uri>[^)]*)")
142
+
143
+#Allow unicode in raw strings
144
+re.compile(r"[\U00010000-\U0010FFFF]")
0 commit comments