fix up tests

This commit is contained in:
Sebastian McKenzie
2014-11-09 12:09:59 +11:00
parent 896663056d
commit dce41bb989
24 changed files with 47 additions and 50 deletions

View File

@@ -1 +1 @@
var arr = [for (x of "abcdefgh".split("")) for (y of "12345678".split("")) (x + y)];
var arr = [for (x of "abcdefgh".split("")) for (y of "12345678".split("")) x + y];