add single spread test

This commit is contained in:
Sebastian McKenzie
2014-11-14 00:54:00 +11:00
parent b1fe449b0d
commit 01ade47af9
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
[...foo];

View File

@@ -0,0 +1,3 @@
"use strict";
Array.from(foo);