Fixing issue #678 -- missing parentheses in a mixed operation(call(soak))

This commit is contained in:
Jeremy Ashkenas
2010-09-11 08:39:14 -04:00
parent 121110a485
commit 4af41e9bfb
3 changed files with 13 additions and 9 deletions

View File

@@ -75,6 +75,8 @@ result = value?.toString().toLowerCase()
ok result is '10'
ok(process.exit.nothing?.property() or 101)
# Soaks inner values.
ident = (obj) -> obj