Fixing destructor in magicked for. Also making destructors in range loops syntax errors.

This commit is contained in:
Timothy Jones
2010-10-22 00:34:51 +13:00
parent 7596e3a157
commit 880c5c8083
3 changed files with 29 additions and 21 deletions

View File

@@ -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']