1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
semantic/test/fixtures/python/corpus/while-statement.diffB-A.txt
2018-06-01 11:44:03 -07:00

14 lines
205 B
Plaintext

(Statements
(While
{ (Identifier)
->(Identifier) }
(Statements
{+(NoOp
{+(Empty)+})+}
(Break
(Empty))
(Continue
(Empty))
{-(NoOp
{-(Empty)-})-})))