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,2 +1,2 @@
|
||||
# exec statement is Python 2 specific
|
||||
exec "print(42)" # $getCode="print(42)"
|
||||
exec "print(42)" # $ getCode="print(42)"
|
||||
|
||||
Reference in New Issue
Block a user