aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/es6/for-let.js.EXPECTED
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/basic/es6/for-let.js.EXPECTED')
-rw-r--r--test/script/basic/es6/for-let.js.EXPECTED33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/script/basic/es6/for-let.js.EXPECTED b/test/script/basic/es6/for-let.js.EXPECTED
new file mode 100644
index 00000000..21787adb
--- /dev/null
+++ b/test/script/basic/es6/for-let.js.EXPECTED
@@ -0,0 +1,33 @@
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+ReferenceError: "i" is not defined
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+0
+1
+2
+3
+4
+foo
+ReferenceError: "i" is not defined
+0
+4
+8
+12
+16