1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
semantic/test/fixtures/python/exec-statement.diffB-A.txt

22 lines
378 B
Plaintext
Raw Normal View History

2017-08-11 21:58:45 +03:00
(Program
(Call
(Identifier)
2017-08-25 00:29:55 +03:00
{ +(TextElement)+ }
{ -(TextElement)- }
{ -(Identifier)- }
2017-08-11 21:58:45 +03:00
(Empty))
(Call
(Identifier)
(TextElement)
2017-08-25 00:29:55 +03:00
{ +(Null)+ }
{ -(Identifier)- }
{ -(Identifier)- }
2017-08-11 21:58:45 +03:00
(Empty))
2017-08-25 00:29:55 +03:00
{ +(Call
2017-08-11 21:58:45 +03:00
(Identifier)
(TextElement)
2017-08-25 00:29:55 +03:00
(Identifier)
(Identifier)
(Empty))+ }
{ -(Call(Identifier)(TextElement)(Empty))- })