[Groonga-commit] groonga/groonga at 96b9bed [master] test NormalizerNFKC100: add case normalization test for Cyrillic characters

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 20 10:41:55 JST 2018


Kouhei Sutou	2018-04-20 10:41:55 +0900 (Fri, 20 Apr 2018)

  New Revision: 96b9bed7889443893367b0580b7cb55b56e11a07
  https://github.com/groonga/groonga/commit/96b9bed7889443893367b0580b7cb55b56e11a07

  Message:
    test NormalizerNFKC100: add case normalization test for Cyrillic characters

  Added files:
    test/command/suite/normalizers/nfkc100/cyrillic.expected
    test/command/suite/normalizers/nfkc100/cyrillic.test

  Added: test/command/suite/normalizers/nfkc100/cyrillic.expected (+33 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/normalizers/nfkc100/cyrillic.expected    2018-04-20 10:41:55 +0900 (dfe2ff73d)
@@ -0,0 +1,33 @@
+normalize NormalizerNFKC100 "ЛИЦЕНЗИЯ лицензия" WITH_TYPES
+[
+  [
+    0,
+    0.0,
+    0.0
+  ],
+  {
+    "normalized": "лицензия лицензия",
+    "types": [
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "others",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha",
+      "alpha"
+    ],
+    "checks": [
+
+    ]
+  }
+]

  Added: test/command/suite/normalizers/nfkc100/cyrillic.test (+1 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/normalizers/nfkc100/cyrillic.test    2018-04-20 10:41:55 +0900 (845df62d4)
@@ -0,0 +1 @@
+normalize NormalizerNFKC100 "ЛИЦЕНЗИЯ лицензия" WITH_TYPES
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180420/35daf3ec/attachment.htm 



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