Skip to content

Commit ffb8938

Browse files
committed
Python: undo autoformat character mangling
1 parent 135b71b commit ffb8938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/RegexTreeView.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ class RegExpEscape extends RegExpNormalChar {
445445
or
446446
this.getUnescaped() = "t" and result = "\t"
447447
or
448-
this.getUnescaped() = "f" and result = "\f"
448+
this.getUnescaped() = "f" and result = ""
449449
or
450450
isUnicode() and
451451
result = getUnicode()

0 commit comments

Comments
 (0)