added one more test for #1150

This commit is contained in:
ngn 2011-06-22 19:37:56 +03:00
parent 5ce7984a2b
commit 6f64fc266d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ eq "#{6 + /2}#{6/ + 2}", '6/2}#{6/2' # parsed as a regex
eq "#{6/2}
#{6/2}", '3 3' # newline cannot be part of a regex, so it's division
eq "#{/// "'/'"/" ///}", '/"\'\\/\'"\\/"/' # heregex, stuffed with spicy characters
eq "#{/\\'/}", "/\\\\'/"
hello = 'Hello'
world = 'World'