mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
py: Inline expectation should have space before $
This commit is contained in:
@@ -3,12 +3,12 @@ enter(__file__)
|
||||
|
||||
class SOURCE(object): pass
|
||||
|
||||
check("SOURCE", SOURCE, SOURCE, globals()) #$ prints=SOURCE
|
||||
check("SOURCE", SOURCE, SOURCE, globals()) # $ prints=SOURCE
|
||||
|
||||
SOURCE.foo = 42
|
||||
SOURCE.bar = 43
|
||||
SOURCE.baz = 44
|
||||
|
||||
check("SOURCE", SOURCE, SOURCE, globals()) #$ prints=SOURCE
|
||||
check("SOURCE", SOURCE, SOURCE, globals()) # $ prints=SOURCE
|
||||
|
||||
exit(__file__)
|
||||
|
||||
Reference in New Issue
Block a user