This commit is contained in:
Michael Ficarra 2011-06-02 01:49:28 -04:00
parent 35c2a72ad2
commit e240621a72
1 changed files with 3 additions and 0 deletions

View File

@ -83,3 +83,6 @@ test "#1012 slices with arguments object", ->
arrayEq expected, argsAtEnd
argsAtBoth = (-> [arguments[0]..arguments[1]]) 0, 9
arrayEq expected, argsAtBoth
test "#1409: creating large ranges outside of a function body", ->
CoffeeScript.eval '[0..100]'