Skip to content

Commit

Permalink
test for #1409
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jun 2, 2011
1 parent 35c2a72 commit e240621
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ranges.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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]'

0 comments on commit e240621

Please sign in to comment.