Merge ICU testing fixes from Trunk.

Authorized by Daniel James.

[SVN r72846]
This commit is contained in:
John Maddock
2011-07-02 08:59:55 +00:00
parent bad2122f48
commit 490b3a6547
2 changed files with 19 additions and 2 deletions

View File

@ -75,8 +75,8 @@ void test_unicode()
TEST_REGEX_CLASS_U(Non-Spacing Mark, 20EA);
TEST_REGEX_CLASS_U(Mc, 1938);
TEST_REGEX_CLASS_U(Spacing Combining Mark, 1938);
TEST_REGEX_CLASS_U(Me, 06DE);
TEST_REGEX_CLASS_U(Enclosing Mark, 06DE);
TEST_REGEX_CLASS_U(Me, 0488);
TEST_REGEX_CLASS_U(Enclosing Mark, 0488);
TEST_REGEX_CLASS_U(N*, 0669);
TEST_REGEX_CLASS_U(Number, 0669);
TEST_REGEX_CLASS_U(Nd, 0669);