1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Subscript test fixture

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

1
test/fixtures/python/subscript.A.py vendored Normal file
View File

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

1
test/fixtures/python/subscript.B.py vendored Normal file
View File

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