1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

List test fixture

This commit is contained in:
Rick Winfrey 2017-06-05 17:07:05 -07:00
parent 0d982c5f13
commit e45be85d53
2 changed files with 6 additions and 0 deletions

3
test/fixtures/python/list.A.py vendored Normal file
View File

@ -0,0 +1,3 @@
[]
[1,2,3]
[a,b,c,]

3
test/fixtures/python/list.B.py vendored Normal file
View File

@ -0,0 +1,3 @@
[print]
[1,3]
[b,]