mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
python: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import builtins
|
||||
|
||||
# exec being part of builtins is Python 3 only
|
||||
builtins.exec("print(42)") # $getCode="print(42)"
|
||||
builtins.exec("print(42)") # $ getCode="print(42)"
|
||||
|
||||
Reference in New Issue
Block a user