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

Unified Diff: source/test/intltest/regextst.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/intltest/regcoll.cpp ('k') | source/test/intltest/regextst.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/regextst.h
diff --git a/source/test/intltest/regextst.h b/source/test/intltest/regextst.h
index 38cc4ef19d66aecb2bb843cfcebbabcf9984d2e1..0461df1ad61d953eb5fe00fbc7a8145bc8658f76 100644
--- a/source/test/intltest/regextst.h
+++ b/source/test/intltest/regextst.h
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2002-2014, International Business Machines Corporation and
+ * Copyright (c) 2002-2015, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@@ -41,6 +41,8 @@ public:
virtual void API_Replace_UTF8();
virtual void PerlTestsUTF8();
virtual void PreAllocatedUTextCAPI();
+ virtual void NamedCapture();
+ virtual void NamedCaptureLimits();
virtual void Bug7651();
virtual void Bug7740();
virtual void Bug8479();
@@ -51,6 +53,7 @@ public:
virtual void TestCaseInsensitiveStarters();
virtual void TestBug11049();
virtual void TestBug11371();
+ virtual void TestBug11480();
// The following functions are internal to the regexp tests.
virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
« no previous file with comments | « source/test/intltest/regcoll.cpp ('k') | source/test/intltest/regextst.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698