1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00
semantic/test/fixtures/ruby/and-or.diffA-B.txt

12 lines
171 B
Plaintext
Raw Normal View History

(Program
2017-08-25 00:51:08 +03:00
{+(Or
{+(Identifier)+}
{+(Identifier)+})+}
2017-08-25 00:51:08 +03:00
(And
{ (Identifier)
->(Or
2017-09-10 01:41:12 +03:00
{+(Identifier)+}
{+(Identifier)+}) }
2017-08-25 00:51:08 +03:00
{ (Identifier)
->(Identifier) }))