Proper testing, this time.

This commit is contained in:
Timothy Jones
2010-10-21 14:37:58 +13:00
parent e694b41a94
commit f229f791a9
5 changed files with 18 additions and 19 deletions

View File

@@ -155,6 +155,10 @@ ok a() not in [b(),c()] and share is 3
# Operators should respect new lines as spaced.
a = 123 +
a = (123) +
456
ok a is 579
a = "1#{2}3" +
"456"
ok a is '123456'