mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
fixed name of simple destructuring test.
This commit is contained in:
@@ -320,7 +320,7 @@ test "#904: Destructuring function arguments with same-named variables in scope"
|
||||
eq nonce, a
|
||||
eq nonce, b
|
||||
|
||||
test "Simple Destructuring Failure", ->
|
||||
test "Simple Destructuring function arguments with same-named variables in scope", ->
|
||||
x = 1
|
||||
f = ([x]) -> x
|
||||
eq f([2]), 2
|
||||
|
||||
Reference in New Issue
Block a user