mirror of
https://github.com/github/semantic.git
synced 2024-12-29 09:55:52 +03:00
Expression statement test fixture
This commit is contained in:
parent
0c7ea1c0b3
commit
a672d30f18
5
test/fixtures/python/expression-statement.A.py
vendored
Normal file
5
test/fixtures/python/expression-statement.A.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
a
|
||||
b + c
|
||||
1, 2, 3
|
||||
1, 2, 3,
|
||||
|
5
test/fixtures/python/expression-statement.B.py
vendored
Normal file
5
test/fixtures/python/expression-statement.B.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
1, 2, 3
|
||||
b
|
||||
3, 1, 2,
|
||||
a + c
|
||||
|
Loading…
Reference in New Issue
Block a user