1
1
mirror of https://github.com/github/semantic.git synced 2024-12-11 08:45:48 +03:00
semantic/test/fixtures/ruby/if.diffB-A.txt
Timothy Clem 74fe887fb0 Fix up if
2017-08-24 13:30:07 -07:00

18 lines
230 B
Plaintext

(Program
(If
{ (Identifier)
->(Identifier) }
(
{+(Identifier)+})
{ (Empty)
->(If
(Identifier)
(
(Identifier))
(
(Identifier))) })
{-(If
(Identifier)
([])
(Empty))-})