[Groonga-commit] groonga/groonga-normalizer-mysql at 472fec2 [master] UnicodeCI test: add more characters that are normalized

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 5 22:15:10 JST 2014


Kouhei Sutou	2014-02-05 22:15:10 +0900 (Wed, 05 Feb 2014)

  New Revision: 472fec20b15308e094f82bab892389996b0765e9
  https://github.com/groonga/groonga-normalizer-mysql/commit/472fec20b15308e094f82bab892389996b0765e9

  Message:
    UnicodeCI test: add more characters that are normalized

  Modified files:
    test/suite/unicode_ci/with_types.expected
    test/suite/unicode_ci/with_types.test

  Modified: test/suite/unicode_ci/with_types.expected (+4 -2)
===================================================================
--- test/suite/unicode_ci/with_types.expected    2014-02-05 14:53:40 +0900 (70db94d)
+++ test/suite/unicode_ci/with_types.expected    2014-02-05 22:15:10 +0900 (f7de69e)
@@ -1,6 +1,6 @@
 register normalizers/mysql
 [[0,0.0,0.0],true]
-normalize NormalizerMySQLUnicodeCI "a1!あア亜💕 " WITH_TYPES
+normalize NormalizerMySQLUnicodeCI "a1!!あアア亜💕 " WITH_TYPES
 [
   [
     0,
@@ -8,11 +8,13 @@ normalize NormalizerMySQLUnicodeCI "a1!あア亜💕 " WITH_TYPES
     0.0
   ],
   {
-    "normalized": "A1!ああ亜💕 ",
+    "normalized": "A1!!あああ亜💕 ",
     "types": [
       "alpha",
       "digit",
       "symbol",
+      "digit",
+      "hiragana",
       "hiragana",
       "hiragana",
       "kanji",

  Modified: test/suite/unicode_ci/with_types.test (+2 -1)
===================================================================
--- test/suite/unicode_ci/with_types.test    2014-02-05 14:53:40 +0900 (bdc8aaf)
+++ test/suite/unicode_ci/with_types.test    2014-02-05 22:15:10 +0900 (f194a72)
@@ -1,3 +1,4 @@
 register normalizers/mysql
 
-normalize NormalizerMySQLUnicodeCI "a1!あア亜💕 " WITH_TYPES
+normalize NormalizerMySQLUnicodeCI "a1!!あアア亜💕 " WITH_TYPES
+
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index