1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/javascript/math-operator.diff+A.txt

16 lines
318 B
Plaintext
Raw Normal View History

{+(Program
(ExpressionStatements
(MathOperator
(MathOperator
(Identifier)
(Other "+")
(MathOperator
(Identifier)
(Other "*")
(NumberLiteral)))
(Other "-")
(MathOperator
(Identifier)
(Other "%")
(NumberLiteral)))))+}