test for bug introduced in 63cbb643

discussion: 63cbb64341 (commitcomment-209643)
This commit is contained in:
Michael Ficarra 2010-12-05 13:08:14 -05:00
parent c7a9801db7
commit ed70b9d4d0
1 changed files with 10 additions and 0 deletions

View File

@ -123,3 +123,13 @@ try
failed = false
catch err
ok failed
# multiple generated references
(->
a = {b: []}
a.b[true] = -> this == a.b
c = 0
d = []
ok a.b[0<++c<2] d...
)()