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:
parent
073d025fac
commit
de42ad0e1c
1 changed files with 8 additions and 0 deletions
|
@ -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\\''", '''
|
||||
|
|
Loading…
Reference in a new issue