summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug824856.js
blob: d2c31d57980216d48b356d4690d042194df3f625 (plain)
1
2
3
4
5
6
// |jit-test| error: TypeError
RegExp("(&)??\\1}").test("&D")
"xy".match(/((x)??){2}y/)
"\u66d6J".split(/((\u66d6)??){7}J/)
"2\"".match("(((2)??)+\")")()