1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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\\''", '''