[Groonga-commit] groonga/groonga-normalizer-mysql at 153e287 [master] GeneralCI test: add more characters that are normalized

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 5 22:23:59 JST 2014


Kouhei Sutou	2014-02-05 22:23:59 +0900 (Wed, 05 Feb 2014)

  New Revision: 153e28759057d41a1904350e18b8c378e48fe20f
  https://github.com/groonga/groonga-normalizer-mysql/commit/153e28759057d41a1904350e18b8c378e48fe20f

  Message:
    GeneralCI test: add more characters that are normalized

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

  Modified: test/suite/general_ci/with_types.expected (+4 -2)
===================================================================
--- test/suite/general_ci/with_types.expected    2014-02-05 22:15:10 +0900 (fc53fe7)
+++ test/suite/general_ci/with_types.expected    2014-02-05 22:23:59 +0900 (84ef9e1)
@@ -1,6 +1,6 @@
 register normalizers/mysql
 [[0,0.0,0.0],true]
-normalize NormalizerMySQLGeneralCI "a1!あア亜💕 " WITH_TYPES
+normalize NormalizerMySQLGeneralCI "a1!!あアア亜💕 " WITH_TYPES
 [
   [
     0,
@@ -8,13 +8,15 @@ normalize NormalizerMySQLGeneralCI "a1!あア亜💕 " WITH_TYPES
     0.0
   ],
   {
-    "normalized": "A1!あア亜💕 ",
+    "normalized": "A1!!あアア亜💕 ",
     "types": [
       "alpha",
       "digit",
       "symbol",
+      "symbol",
       "hiragana",
       "katakana",
+      "alpha",
       "kanji",
       "others",
       "others"

  Modified: test/suite/general_ci/with_types.test (+1 -1)
===================================================================
--- test/suite/general_ci/with_types.test    2014-02-05 22:15:10 +0900 (8361880)
+++ test/suite/general_ci/with_types.test    2014-02-05 22:23:59 +0900 (e7564d3)
@@ -1,3 +1,3 @@
 register normalizers/mysql
 
-normalize NormalizerMySQLGeneralCI "a1!あア亜💕 " WITH_TYPES
+normalize NormalizerMySQLGeneralCI "a1!!あアア亜💕 " WITH_TYPES
-------------- next part --------------
HTML����������������������������...
Download 



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