mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
Add slice test fixtures
This commit is contained in:
parent
91d15699ce
commit
67ad264125
4
test/fixtures/python/slice.A.py
vendored
Normal file
4
test/fixtures/python/slice.A.py
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
a[:]
|
||||
b[5:]
|
||||
b[5:6, ...]
|
||||
c[::]
|
4
test/fixtures/python/slice.B.py
vendored
Normal file
4
test/fixtures/python/slice.B.py
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
c[4:5, ...]
|
||||
a[:]
|
||||
d[3:]
|
||||
e[::]
|
Loading…
Reference in New Issue
Block a user