1
1
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:
Rick Winfrey 2017-06-06 17:08:03 -07:00
parent 056b2d8abb
commit 4c8c87ea51
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
while true:
pass
break
continue

View File

@ -0,0 +1,5 @@
while false:
break
continue
pass