summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug657247.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/jaeger/bug657247.js')
-rw-r--r--js/src/jit-test/tests/jaeger/bug657247.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/jaeger/bug657247.js b/js/src/jit-test/tests/jaeger/bug657247.js
new file mode 100644
index 0000000000..539cdf55c9
--- /dev/null
+++ b/js/src/jit-test/tests/jaeger/bug657247.js
@@ -0,0 +1,5 @@
+
+a = new Array;
+for (var i = 0; i != 1000; ++i) a[i] = 17;
+var x = '123' + '\0' + '456';
+(1, a[x], ': 123\\0456');