mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
While statement test fixture
This commit is contained in:
parent
056b2d8abb
commit
4c8c87ea51
5
test/fixtures/python/while-statement.A.py
vendored
Normal file
5
test/fixtures/python/while-statement.A.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
while true:
|
||||
pass
|
||||
break
|
||||
continue
|
||||
|
5
test/fixtures/python/while-statement.B.py
vendored
Normal file
5
test/fixtures/python/while-statement.B.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
while false:
|
||||
break
|
||||
continue
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user