mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: undo autoformat character mangling
This commit is contained in:
@@ -445,7 +445,7 @@ class RegExpEscape extends RegExpNormalChar {
|
||||
or
|
||||
this.getUnescaped() = "t" and result = "\t"
|
||||
or
|
||||
this.getUnescaped() = "f" and result = "\f"
|
||||
this.getUnescaped() = "f" and result = ""
|
||||
or
|
||||
isUnicode() and
|
||||
result = getUnicode()
|
||||
|
||||
Reference in New Issue
Block a user