mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
test for #1409
This commit is contained in:
parent
35c2a72ad2
commit
e240621a72
1 changed files with 3 additions and 0 deletions
|
@ -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]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue