mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
Fixing naked chained existential checks -- the associativity recently got reversed.
This commit is contained in:
@@ -24,6 +24,8 @@ func = -> i += 1
|
||||
result = func() ? 101
|
||||
ok result is 10
|
||||
|
||||
ok (non ? existent ? variables ? 1) is 1
|
||||
|
||||
|
||||
# Only evaluate once.
|
||||
counter = 0
|
||||
|
||||
Reference in New Issue
Block a user