Test line commented by mistake, no functional changes

This commit is contained in:
Stan Angeloff
2010-03-06 02:22:03 +02:00
committed by Jeremy Ashkenas
parent e2f86678a4
commit 75be5eed62

View File

@@ -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'