Skip to content

Commit fdead1d

Browse files
committed
[examples/rubyish] fix interpolation test
1 parent 2535304 commit fdead1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rubyish/t/interpolation.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ puts %q<ok> " #{tst}" ' - adjacent' ' strings'
1010
puts %Q{ok #{a*=3} - expression - side affect}
1111
puts %Q{ok #{(a+=2)-1} - expression - side affect}
1212
puts "#{if a==8 then 'ok' else 'nok' end} #{a} - nested statement"
13-
puts "#{'#{tst}' == '#' '{' 'tst}'? 'ok' : 'nok'} 9 - nested starters / stoppers"
13+
puts "#{'#{tst}' eq '#' '{' 'tst}'? 'ok' : 'nok'} 9 - nested starters / stoppers"
1414
puts "ok #{
1515
x = 4; x+= 1
1616
x+5

0 commit comments

Comments
 (0)