aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/fixtures/array-binding-none.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fixtures/array-binding-none.js b/src/test/fixtures/array-binding-none.js
new file mode 100644
index 000000000..2ca6fe7b9
--- /dev/null
+++ b/src/test/fixtures/array-binding-none.js
@@ -0,0 +1,2 @@
+var ho = true;
+console.log(([, len]) => true);