mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 17:27:59 -05:00
mismatched issue number in test case for #1012
This commit is contained in:
@@ -75,7 +75,7 @@ test "large ranges are generated with looping constructs", ->
|
||||
eq 100, (len = up.length)
|
||||
eq 99, up[len - 1]
|
||||
|
||||
test "#1014 slices with arguments object", ->
|
||||
test "#1012 slices with arguments object", ->
|
||||
expected = [0..9]
|
||||
argsAtStart = (-> [arguments[0]..9]) 0
|
||||
arrayEq expected, argsAtStart
|
||||
|
||||
Reference in New Issue
Block a user