mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
Fixing issue #678 -- missing parentheses in a mixed operation(call(soak))
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user