From de42ad0e1c053e8f53645c5daf119f7e8eba0108 Mon Sep 17 00:00:00 2001 From: xixixao Date: Mon, 18 Nov 2013 15:25:11 +0000 Subject: [PATCH] More test cases --- test/strings.coffee | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/strings.coffee b/test/strings.coffee index 6ba865eb..6b3bf19d 100644 --- a/test/strings.coffee +++ b/test/strings.coffee @@ -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\\''", '''