fix up some tests

This commit is contained in:
Sebastian McKenzie
2014-11-08 09:17:21 +11:00
parent 5c6d57c51b
commit 08580edda8
8 changed files with 13 additions and 10 deletions

View File

@@ -1,7 +1,8 @@
"use strict";
var _ref = ["hello", [", ", "junk"], ["world"]];
var a = _ref[0];
var b = _ref[1][0];
var c = _ref[2][0];
var d = _ref[3];
var d = _ref[3];

View File

@@ -1,5 +1,6 @@
"use strict";
var _ref = f();
a = _ref[0];
b = _ref[1];
b = _ref[1];

View File

@@ -1,7 +1,8 @@
"use strict";
var _ref = ["foo", "hello", [", ", "junk"], ["world"]];
var a = _ref[1];
var b = _ref[2][0];
var c = _ref[3][0];
var d = _ref[4];
var d = _ref[4];

View File

@@ -1,5 +1,6 @@
"use strict";
var _ref = [1, 2];
this.foo = _ref[0];
this.bar = _ref[1];
this.bar = _ref[1];