fix up tests
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user