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:
parent
0d982c5f13
commit
e45be85d53
3
test/fixtures/python/list.A.py
vendored
Normal file
3
test/fixtures/python/list.A.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[]
|
||||
[1,2,3]
|
||||
[a,b,c,]
|
3
test/fixtures/python/list.B.py
vendored
Normal file
3
test/fixtures/python/list.B.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[print]
|
||||
[1,3]
|
||||
[b,]
|
Loading…
Reference in New Issue
Block a user