mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Test line commented by mistake, no functional changes
This commit is contained in:
committed by
Jeremy Ashkenas
parent
e2f86678a4
commit
75be5eed62
@@ -7,7 +7,7 @@ ok "${hello} ${world}!" is 'Hello World!'
|
|||||||
ok "[$hello$world]" is '[HelloWorld]'
|
ok "[$hello$world]" is '[HelloWorld]'
|
||||||
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'
|
ok "${hello}$${world}" is 'Hello$World'
|
||||||
|
|
||||||
[s, t, r, i, n, g]: ['s', 't', 'r', 'i', 'n', 'g']
|
[s, t, r, i, n, g]: ['s', 't', 'r', 'i', 'n', 'g']
|
||||||
ok "$s$t$r$i$n$g" is 'string'
|
ok "$s$t$r$i$n$g" is 'string'
|
||||||
|
|||||||
Reference in New Issue
Block a user