1
1
mirror of https://github.com/github/semantic.git synced 2025-01-01 19:55:34 +03:00
semantic/test/fixtures/python/corpus/while-statement.diffA-B.txt
2018-05-29 14:25:31 -07:00

14 lines
202 B
Plaintext

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