mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 18:44:56 -05: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 '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'
|
||||
|
||||
Reference in New Issue
Block a user