[Groonga-commit] groonga/groonga at 4f15706 [master] test token delimit: add a normal case

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 18 11:56:38 JST 2013


Kouhei Sutou	2013-09-18 11:56:38 +0900 (Wed, 18 Sep 2013)

  New Revision: 4f15706d457fbf7c5424dd545177f1bdce698c14
  https://github.com/groonga/groonga/commit/4f15706d457fbf7c5424dd545177f1bdce698c14

  Message:
    test token delimit: add a normal case

  Added files:
    test/command/suite/tokenizers/delimit/valid/multiple_tokens.expected
    test/command/suite/tokenizers/delimit/valid/multiple_tokens.test

  Added: test/command/suite/tokenizers/delimit/valid/multiple_tokens.expected (+22 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/tokenizers/delimit/valid/multiple_tokens.expected    2013-09-18 11:56:38 +0900 (031131e)
@@ -0,0 +1,22 @@
+tokenize TokenDelimit "a b c"
+[
+  [
+    0,
+    0.0,
+    0.0
+  ],
+  [
+    {
+      "value": "a",
+      "position": 0
+    },
+    {
+      "value": "b",
+      "position": 1
+    },
+    {
+      "value": "c",
+      "position": 2
+    }
+  ]
+]

  Added: test/command/suite/tokenizers/delimit/valid/multiple_tokens.test (+1 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/tokenizers/delimit/valid/multiple_tokens.test    2013-09-18 11:56:38 +0900 (c70430d)
@@ -0,0 +1 @@
+tokenize TokenDelimit "a b c"
-------------- next part --------------
HTML����������������������������...
Download 



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