mirror of
https://github.com/github/semantic.git
synced 2024-12-29 09:55:52 +03:00
Global statement test fixture
This commit is contained in:
parent
2d75fd9cc4
commit
d83e4d9331
3
test/fixtures/python/global-statement.A.py
vendored
Normal file
3
test/fixtures/python/global-statement.A.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
global a
|
||||
global a, b
|
||||
|
3
test/fixtures/python/global-statement.B.py
vendored
Normal file
3
test/fixtures/python/global-statement.B.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
global b, a
|
||||
global c
|
||||
|
Loading…
Reference in New Issue
Block a user