1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 23:46:21 +03:00
semantic/test/fixtures/ruby/break.diffB-A.txt
Timothy Clem 2905201e19 Fix break
2017-08-24 14:56:52 -07:00

9 lines
105 B
Plaintext

(Program
(While
{ (Not
(Identifier))
->(Identifier) }
(
(Break
(Empty)))))