From 75be5eed626ee4c87af297cca2e634daa83d6e39 Mon Sep 17 00:00:00 2001 From: Stan Angeloff Date: Sat, 6 Mar 2010 02:22:03 +0200 Subject: [PATCH] Test line commented by mistake, no functional changes --- test/test_string_interpolation.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_string_interpolation.coffee b/test/test_string_interpolation.coffee index d62374b7..6d6687f5 100644 --- a/test/test_string_interpolation.coffee +++ b/test/test_string_interpolation.coffee @@ -7,7 +7,7 @@ ok "${hello} ${world}!" is 'Hello World!' ok "[$hello$world]" is '[HelloWorld]' ok "[${hello}${world}]" is '[HelloWorld]' ok "$hello$$world" is 'Hello$World' -# ok "${hello}$${world}" is 'Hello$World' +ok "${hello}$${world}" is 'Hello$World' [s, t, r, i, n, g]: ['s', 't', 'r', 'i', 'n', 'g'] ok "$s$t$r$i$n$g" is 'string'