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 = ["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];