[Groonga-commit] groonga/groonga at 392dbd8 [master] test normalizer: use the mixed number of space characters

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 28 23:35:45 JST 2014


Kouhei Sutou	2014-01-28 23:35:45 +0900 (Tue, 28 Jan 2014)

  New Revision: 392dbd81791c45f1b779481693a8566815611875
  https://github.com/groonga/groonga/commit/392dbd81791c45f1b779481693a8566815611875

  Message:
    test normalizer: use the mixed number of space characters

  Modified files:
    test/command/suite/normalize/remove_blank.expected
    test/command/suite/normalize/remove_blank.test

  Modified: test/command/suite/normalize/remove_blank.expected (+2 -2)
===================================================================
--- test/command/suite/normalize/remove_blank.expected    2014-01-29 17:38:58 +0900 (315061e)
+++ test/command/suite/normalize/remove_blank.expected    2014-01-28 23:35:45 +0900 (371e1a3)
@@ -1,2 +1,2 @@
-normalize NormalizerAuto "a b c" REMOVE_BLANK|WITH_CHECKS
-[[0,0.0,0.0],{"normalized":"abc","types":[],"checks":[1,2,2]}]
+normalize NormalizerAuto " a  b   c " REMOVE_BLANK|WITH_CHECKS
+[[0,0.0,0.0],{"normalized":"abc","types":[],"checks":[2,3,4]}]

  Modified: test/command/suite/normalize/remove_blank.test (+1 -1)
===================================================================
--- test/command/suite/normalize/remove_blank.test    2014-01-29 17:38:58 +0900 (fc5e7c2)
+++ test/command/suite/normalize/remove_blank.test    2014-01-28 23:35:45 +0900 (585f2c5)
@@ -1 +1 @@
-normalize NormalizerAuto "a b c" REMOVE_BLANK|WITH_CHECKS
+normalize NormalizerAuto " a  b   c " REMOVE_BLANK|WITH_CHECKS
-------------- next part --------------
HTML����������������������������...
Download 



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