(re, code, negated)
| 120 | |
| 121 | |
| 122 | function retest(re, code, negated) { |
| 123 | var s = String.fromCharCode(code >>> 0); |
| 124 | assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++])); |
| 125 | } |
| 126 | |
| 127 | |
| 128 | function get_fuzz_answer() { |
no test coverage detected