Skip to content

Commit 74379e5

Browse files
committed
Add failing test
1 parent 230a179 commit 74379e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/fixtures/if.rb

+6
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@
3535
%
3636
if foo {}
3737
end
38+
%
39+
if not a
40+
b
41+
else
42+
c
43+
end

0 commit comments

Comments
 (0)