mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
Await statement test fixture
This commit is contained in:
parent
ffc225d75b
commit
9f4b1f9388
2
test/fixtures/python/await.A.py
vendored
Normal file
2
test/fixtures/python/await.A.py
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
await 1 + 1
|
||||
await b
|
2
test/fixtures/python/await.B.py
vendored
Normal file
2
test/fixtures/python/await.B.py
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
await 2 + 1
|
||||
await c
|
Loading…
Reference in New Issue
Block a user