Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1339)

Side by Side Diff: test/mjsunit/third_party/regexp-pcre.js

Issue 6869007: Cleanup of mjsunit.js code and make assertEquals more strict. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed review comments Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | test/mjsunit/tools/codemap.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | test/mjsunit/tools/codemap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698