1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test/fixtures/go/for-statements.diffB-A.txt

76 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-02-23 21:06:49 +03:00
(Program
(Module
(Identifier))
(Function
(Identifier)
(Args)
2017-05-24 21:42:12 +03:00
{ (For
2017-09-10 01:41:12 +03:00
{-(FunctionCall
{-(Identifier)-})-}
{-(Other "goto_statement"
{-(Identifier)-})-})
2017-05-24 21:42:12 +03:00
->(For
2017-09-10 01:41:12 +03:00
{+(ExpressionStatements
{+(FunctionCall
{+(Identifier)+})+}
{+(Other "goto_statement"
{+(Identifier)+})+})+}) }
2017-02-23 21:06:49 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(VarDecl
{+(Other "expression_list"
{+(Identifier)+})+}
{+(Other "expression_list"
{+(NumberLiteral)+})+})+}
{+(RelationalOperator
{+(Identifier)+}
{+(Other "<")+}
2017-09-10 01:41:12 +03:00
{+(NumberLiteral)+})+}
{+(IncrementStatement)+}
{+(FunctionCall
{+(Identifier)+})+}
{+(Break
{+(Identifier)+})+})+}
2017-02-23 21:06:49 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(RelationalOperator
{+(Identifier)+}
{+(Other "<")+}
2017-09-10 01:41:12 +03:00
{+(NumberLiteral)+})+}
{+(IncrementStatement)+}
{+(FunctionCall
{+(Identifier)+})+}
{+(Continue
{+(Identifier)+})+})+}
2017-05-24 21:42:12 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(FunctionCall
{+(Identifier)+})+}
{+(Continue)+})+}
2017-08-03 18:00:20 +03:00
(For
(Other "expression_list"
(Identifier))
2017-02-23 21:06:49 +03:00
(Identifier)
2017-08-03 18:00:20 +03:00
(FunctionCall
(Identifier)
2017-02-23 21:06:49 +03:00
{+(Identifier)+})
2017-08-03 18:00:20 +03:00
(Break
2017-02-23 21:06:49 +03:00
{-(Identifier)-}))
{-(For
2017-09-10 01:41:12 +03:00
{-(FunctionCall
{-(Identifier)-})-}
{-(Continue
{-(Identifier)-})-})-}
2017-02-23 21:06:49 +03:00
{-(For
2017-09-10 01:41:12 +03:00
{-(RelationalOperator
{-(Identifier)-}
{-(Other "<")-}
2017-09-10 01:41:12 +03:00
{-(NumberLiteral)-})-}
{-(IncrementStatement)-}
{-(FunctionCall
{-(Identifier)-})-}
{-(Continue)-})-}
2017-02-23 21:06:49 +03:00
{-(For
2017-09-10 01:41:12 +03:00
{-(ExpressionStatements
{-(FunctionCall
{-(Identifier)-}
{-(Identifier)-})-}
{-(Break)-})-})-}))