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

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

Issue 214051: Pushed 1.3.12 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 3 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/mozilla/mozilla.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6584 matching lines...) Expand 10 before | Expand all | Expand 10 after
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);
OLDNEW
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698