summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/if_else.txt
blob: 62bab8138cef6441659c58fe52d881c1abaf5415 (plain)
1
2
3
if foo then bar; else baz; end

if foo; bar; else baz; end