Remove double space after $ in inline expectations tests

This commit is contained in:
Owen Mansel-Chan
2026-03-04 14:12:42 +00:00
parent 501485b9f6
commit aa28c94562
8 changed files with 13 additions and 13 deletions

View File

@@ -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():