comparison: js/src/jit-test/tests/auto-regress/bug682252.js
js/src/jit-test/tests/auto-regress/bug682252.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-64-7054f0e3e70e-linux |
|
2 // Flags: |
|
3 // |
|
4 |
|
5 re = new RegExp("([^b]*)+((..)|(\\3))+?Sc*a!(a|ab)(c|bcd)(<*)", "i"); |
|
6 var str = "aNULLxabcd"; |
|
7 str.replace(re, function(s) { return s; }); |