Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef7463b

Browse files
committed
Add failing test
1 parent 230a179 commit ef7463b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/fixtures/if.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@
3535
%
3636
if foo {}
3737
end
38+
%
39+
if not true
40+
puts('not_condition')
41+
else
42+
puts('condition')
43+
end

0 commit comments

Comments
 (0)