()
| 89 | |
| 90 | |
| 91 | function Override() { |
| 92 | // Set the internal lastMatchInfoOverride. After calling this we do a normal |
| 93 | // match and verify the override was cleared and that we record the new |
| 94 | // captures. |
| 95 | "abcdabcd".replace(/(b)(c)/g, function() { }); |
| 96 | } |
| 97 | |
| 98 | |
| 99 | function TestOverride(input, expect, property, re_src) { |