mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Fixing destructor in magicked for. Also making destructors in range loops syntax errors.
This commit is contained in:
@@ -95,6 +95,10 @@ for i in [0]
|
||||
ok count is 0
|
||||
ok i is 50
|
||||
|
||||
for [a, b] in [[0, 1]] then ->
|
||||
ok a is 0
|
||||
ok b is 1
|
||||
|
||||
|
||||
# Even when referenced in the filter.
|
||||
list = ['one', 'two', 'three']
|
||||
|
||||
Reference in New Issue
Block a user