mirror of
https://github.com/github/semantic.git
synced 2024-12-29 09:55:52 +03:00
Tuple test fixture
This commit is contained in:
parent
4c8c87ea51
commit
49da4ca545
3
test/fixtures/python/tuple.A.py
vendored
Normal file
3
test/fixtures/python/tuple.A.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
(a, b)
|
||||
(a, b, c,)
|
||||
|
3
test/fixtures/python/tuple.B.py
vendored
Normal file
3
test/fixtures/python/tuple.B.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
(b, c, a,)
|
||||
(b, c)
|
||||
(a)
|
Loading…
Reference in New Issue
Block a user