| OLD | NEW |
| 1 // Autogenerated from the PCRE test suite Mon Feb 2 15:14:04 CET 2009 | 1 // Autogenerated from the PCRE test suite Mon Feb 2 15:14:04 CET 2009 |
| 2 | 2 |
| 3 // Note that some regexps in the PCRE test suite use features not present | 3 // Note that some regexps in the PCRE test suite use features not present |
| 4 // in JavaScript. These don't work in JS, but they fail to work in a | 4 // in JavaScript. These don't work in JS, but they fail to work in a |
| 5 // predictable way, and the expected results reflect this. | 5 // predictable way, and the expected results reflect this. |
| 6 | 6 |
| 7 // PCRE comes with the following license | 7 // PCRE comes with the following license |
| 8 | 8 |
| 9 // PCRE LICENCE | 9 // PCRE LICENCE |
| 10 // ------------ | 10 // ------------ |
| (...skipping 6584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6595 assertEquals(null, res[1543].exec("x{c0}x{e0}x{116}x{117}", 4947)); | 6595 assertEquals(null, res[1543].exec("x{c0}x{e0}x{116}x{117}", 4947)); |
| 6596 assertEquals(null, res[1545].exec("123abcdefg", 4948)); | 6596 assertEquals(null, res[1545].exec("123abcdefg", 4948)); |
| 6597 assertEquals(null, res[1545].exec("123abc\xc4\xc5zz", 4949)); | 6597 assertEquals(null, res[1545].exec("123abc\xc4\xc5zz", 4949)); |
| 6598 assertEquals(null, res[1546].exec("x{102A4}x{AA52}x{A91D}x{1C46}x{10283}x{1092E}
x{1C6B}x{A93B}x{A8BF}x{1BA0}x{A50A}====", 4950)); | 6598 assertEquals(null, res[1546].exec("x{102A4}x{AA52}x{A91D}x{1C46}x{10283}x{1092E}
x{1C6B}x{A93B}x{A8BF}x{1BA0}x{A50A}====", 4950)); |
| 6599 assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4951)); | 6599 assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4951)); |
| 6600 assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4952)); | 6600 assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4952)); |
| 6601 assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4953)); | 6601 assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4953)); |
| 6602 assertEquals(null, res[1546].exec("** Failers ", 4954)); | 6602 assertEquals(null, res[1546].exec("** Failers ", 4954)); |
| 6603 assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4955)); | 6603 assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4955)); |
| 6604 assertThrows("var re = //;", 4956); | 6604 assertThrows("var re = //;", 4956); |
| OLD | NEW |