update tests to reflect fixed destructuring behaviour and statement to expression explosion

This commit is contained in:
Sebastian McKenzie
2015-03-21 15:27:13 +11:00
parent 70d068226a
commit a4ce653bed
26 changed files with 64 additions and 82 deletions

View File

@@ -1,4 +1,5 @@
"use strict";
var coords = [1, 2];
var x = coords.x;
var y = coords.y;