mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Remove double space after $ in inline expectations tests
This commit is contained in:
@@ -106,7 +106,7 @@ def test_list_comprehension():
|
||||
|
||||
def test_list_comprehension_flow():
|
||||
x = [y for y in [SOURCE]]
|
||||
SINK(x[0]) # $ flow="SOURCE, l:-1 -> x[0]"
|
||||
SINK(x[0]) # $ flow="SOURCE, l:-1 -> x[0]"
|
||||
|
||||
|
||||
def test_list_comprehension_inflow():
|
||||
|
||||
Reference in New Issue
Block a user