Update test cases

This commit is contained in:
Yui T
2015-03-24 10:11:29 -07:00
parent 6695981583
commit 1c2eae6b72
3 changed files with 10 additions and 31 deletions

View File

@@ -8,5 +8,4 @@ function baz2([[]] = [[1,2,3]]) { }
function baz3({}) { }
function baz4({} = { x: 10 }) { }
function baz5({} = { x: 10, y: { a: 2 }, z: [1,2] }) { }