1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/ruby/and-or.parseB.txt
2017-08-24 14:51:08 -07:00

10 lines
123 B
Plaintext

(Program
(Or
(Identifier)
(Identifier))
(And
(Or
(Identifier)
(Identifier))
(Identifier)))