We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535304 commit fdead1dCopy full SHA for fdead1d
examples/rubyish/t/interpolation.t
@@ -10,7 +10,7 @@ puts %q<ok> " #{tst}" ' - adjacent' ' strings'
10
puts %Q{ok #{a*=3} - expression - side affect}
11
puts %Q{ok #{(a+=2)-1} - expression - side affect}
12
puts "#{if a==8 then 'ok' else 'nok' end} #{a} - nested statement"
13
-puts "#{'#{tst}' == '#' '{' 'tst}'? 'ok' : 'nok'} 9 - nested starters / stoppers"
+puts "#{'#{tst}' eq '#' '{' 'tst}'? 'ok' : 'nok'} 9 - nested starters / stoppers"
14
puts "ok #{
15
x = 4; x+= 1
16
x+5
0 commit comments