summaryrefslogtreecommitdiff
path: root/js/src/tests/js1_8_5/regress/regress-546615.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/js1_8_5/regress/regress-546615.js')
-rw-r--r--js/src/tests/js1_8_5/regress/regress-546615.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/js/src/tests/js1_8_5/regress/regress-546615.js b/js/src/tests/js1_8_5/regress/regress-546615.js
new file mode 100644
index 0000000..98f036b
--- /dev/null
+++ b/js/src/tests/js1_8_5/regress/regress-546615.js
@@ -0,0 +1,13 @@
+/*
+ * Any copyright is dedicated to the Public Domain.
+ * http://creativecommons.org/licenses/publicdomain/
+ * Contributors: Gary Kwong and Jason Orendorff
+ */
+
+try {
+ <y a={0
+ }/>;/*7890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901*/x(x
+ for(x in z));
+} catch (exc) {}
+
+reportCompare("no crash", "no crash", "Don't crash due to incorrect column numbers in long lines starting in XML.");