| 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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1633 res[1553] = /[\p{L}]/m; | 1633 res[1553] = /[\p{L}]/m; |
| 1634 res[1554] = /[\p{^L}]/m; | 1634 res[1554] = /[\p{^L}]/m; |
| 1635 res[1555] = /[\P{L}]/m; | 1635 res[1555] = /[\P{L}]/m; |
| 1636 res[1556] = /[\P{^L}]/m; | 1636 res[1556] = /[\P{^L}]/m; |
| 1637 res[1557] = /[\p{Nd}]/m; | 1637 res[1557] = /[\p{Nd}]/m; |
| 1638 res[1558] = /[a]/m; | 1638 res[1558] = /[a]/m; |
| 1639 res[1559] = /[a]/m; | 1639 res[1559] = /[a]/m; |
| 1640 res[1560] = /[\xaa]/m; | 1640 res[1560] = /[\xaa]/m; |
| 1641 res[1561] = /[\xaa]/m; | 1641 res[1561] = /[\xaa]/m; |
| 1642 res[1562] = /[^a]/m; | 1642 res[1562] = /[^a]/m; |
error: old chunk mismatch |
None
| OLD | NEW |