summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug682252.js
blob: dd39e1d286f44eae881646d978dd55cdf6cbaa1a (plain)
1
2
3
4
5
6
7
// Binary: cache/js-dbg-64-7054f0e3e70e-linux
// Flags:
//

re = new RegExp("([^b]*)+((..)|(\\3))+?Sc*a!(a|ab)(c|bcd)(<*)", "i");
var str = "aNULLxabcd";
str.replace(re, function(s) { return s; });