mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Delete statement test fixture
This commit is contained in:
parent
4202e81d79
commit
9566fc3361
2
test/fixtures/python/delete-statement.A.py
vendored
Normal file
2
test/fixtures/python/delete-statement.A.py
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
del a[1], b[2]
|
||||
|
2
test/fixtures/python/delete-statement.B.py
vendored
Normal file
2
test/fixtures/python/delete-statement.B.py
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
del b[1], a[2]
|
||||
|
Loading…
Reference in New Issue
Block a user