More test cases

This commit is contained in:
xixixao
2013-11-18 15:25:11 +00:00
parent 073d025fac
commit de42ad0e1c

View File

@@ -49,6 +49,14 @@ test "#3229, multine strings", ->
follows #{2} \
too #{3}\
!", 'interpolation 1 follows 2 too 3!'
eq "a #{
'string ' + "inside
interpolation"
}", "a string inside interpolation"
eq '
indentation
doesn\'t
matter', 'indentation doesn\'t matter'
#647
eq "''Hello, World\\''", '''