1
1
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:
Rick Winfrey 2017-06-06 17:06:28 -07:00
parent 4202e81d79
commit 9566fc3361
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
del a[1], b[2]

View File

@ -0,0 +1,2 @@
del b[1], a[2]