[Groonga-commit] groonga/groonga at 863e833 [master] test NormalizerNFKC100: use more complex case

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon May 28 10:33:42 JST 2018


Kouhei Sutou	2018-05-28 10:33:42 +0900 (Mon, 28 May 2018)

  New Revision: 863e8332229763032c232997ad65420fab6d43e3
  https://github.com/groonga/groonga/commit/863e8332229763032c232997ad65420fab6d43e3

  Message:
    test NormalizerNFKC100: use more complex case

  Modified files:
    test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.expected
    test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.test

  Modified: test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.expected (+33 -2)
===================================================================
--- test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.expected    2018-05-28 10:25:21 +0900 (6ea9a6092)
+++ test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.expected    2018-05-28 10:33:42 +0900 (0b8c43028)
@@ -1,2 +1,33 @@
-normalize   'NormalizerNFKC100("include_removed_source_location", false)'   " aa bbb   c "   REMOVE_BLANK|WITH_CHECKS
-[[0,0.0,0.0],{"normalized":"aabbbc","types":[],"checks":[1,1,1,1,1,1]}]
+normalize   'NormalizerNFKC100("include_removed_source_location", false)'   "( あ  いうえお )"   REMOVE_BLANK|WITH_CHECKS
+[
+  [
+    0,
+    0.0,
+    0.0
+  ],
+  {
+    "normalized": "(あいうえお)",
+    "types": [
+
+    ],
+    "checks": [
+      1,
+      3,
+      0,
+      0,
+      3,
+      0,
+      0,
+      3,
+      0,
+      0,
+      3,
+      0,
+      0,
+      3,
+      0,
+      0,
+      1
+    ]
+  }
+]

  Modified: test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.test (+1 -1)
===================================================================
--- test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.test    2018-05-28 10:25:21 +0900 (d1f8788ce)
+++ test/command/suite/normalizers/nfkc100/include_removed_source_location_blank.test    2018-05-28 10:33:42 +0900 (d720129ec)
@@ -1,4 +1,4 @@
 normalize \
   'NormalizerNFKC100("include_removed_source_location", false)' \
-  " aa bbb   c " \
+  "( あ  いうえお )" \
   REMOVE_BLANK|WITH_CHECKS
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180528/80da3bc6/attachment-0001.htm 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index