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

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

Issue 201114: Implemented Object.keys. (Closed)
Patch Set: try-again 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
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 commit 47d3ea886be335b31a05a600591c221078a0164f 1 commit 47d3ea886be335b31a05a600591c221078a0164f
2 Author: Christian Plesner Hansen <christian.plesner.hansen@gmail.com> 2 Author: Christian Plesner Hansen <christian.plesner.hansen@gmail.com>
3 Date: Tue Sep 15 13:38:40 2009 +0200 3 Date: Tue Sep 15 13:38:40 2009 +0200
4 4
5 move-again 5 move-again
6 6
7 diff --git a/test/mjsunit/third_party/regexp-pcre.js b/test/mjsunit/third_party/ regexp-pcre.js 7 diff --git a/test/mjsunit/third_party/regexp-pcre.js b/test/mjsunit/third_party/ regexp-pcre.js
8 new file mode 100644 8 new file mode 100644
9 index 0000000..dcb1b32 9 index 0000000..dcb1b32
10 --- /dev/null 10 --- /dev/null
(...skipping 6596 matching lines...) Expand 10 before | Expand all | Expand 10 after
6607 +assertEquals(null, res[1543].exec("x{c0}x{e0}x{116}x{117}", 4947)); 6607 +assertEquals(null, res[1543].exec("x{c0}x{e0}x{116}x{117}", 4947));
6608 +assertEquals(null, res[1545].exec("123abcdefg", 4948)); 6608 +assertEquals(null, res[1545].exec("123abcdefg", 4948));
6609 +assertEquals(null, res[1545].exec("123abc\xc4\xc5zz", 4949)); 6609 +assertEquals(null, res[1545].exec("123abc\xc4\xc5zz", 4949));
6610 +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)); 6610 +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));
6611 +assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4951)); 6611 +assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4951));
6612 +assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4952)); 6612 +assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4952));
6613 +assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4953)); 6613 +assertEquals(null, res[1546].exec("x{a77d}x{1d79}", 4953));
6614 +assertEquals(null, res[1546].exec("** Failers ", 4954)); 6614 +assertEquals(null, res[1546].exec("** Failers ", 4954));
6615 +assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4955)); 6615 +assertEquals(null, res[1546].exec("x{1d79}x{a77d} ", 4955));
6616 +assertThrows("var re = //;", 4956); 6616 +assertThrows("var re = //;", 4956);
OLDNEW
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698