1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00
semantic/test/fixtures/javascript/boolean-operator.diffA-B.txt

11 lines
195 B
Plaintext

(Program
(ExpressionStatements
{ (BooleanOperator
(Identifier)
(Other "||")
(Identifier))
->(BooleanOperator
(Identifier)
(Other "&&")
(Identifier)) }))