mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
With statement test fixture
This commit is contained in:
parent
84f6578161
commit
056b2d8abb
3
test/fixtures/python/with-statement.A.py
vendored
Normal file
3
test/fixtures/python/with-statement.A.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
with a as b:
|
||||
c
|
||||
|
3
test/fixtures/python/with-statement.B.py
vendored
Normal file
3
test/fixtures/python/with-statement.B.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
with b as c:
|
||||
a
|
||||
|
Loading…
Reference in New Issue
Block a user