mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Import statement test fixture
This commit is contained in:
parent
1ae5f37bf6
commit
a00ca46065
2
test/fixtures/python/import-statement.A.py
vendored
Normal file
2
test/fixtures/python/import-statement.A.py
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import a, b
|
||||
import b.c as d
|
3
test/fixtures/python/import-statement.B.py
vendored
Normal file
3
test/fixtures/python/import-statement.B.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import b, a
|
||||
import a.c as e
|
||||
|
Loading…
Reference in New Issue
Block a user