Kouhei Sutou 2019-03-22 09:16:28 +0900 (Fri, 22 Mar 2019) Revision: 3472dcf51d8e91e71e05d76fc784045464048974 https://github.com/groonga/groonga/commit/3472dcf51d8e91e71e05d76fc784045464048974 Message: test: fix load syntax Modified files: test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.expected test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.test Modified: test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.expected (+2 -0) =================================================================== --- test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.expected 2019-03-22 09:07:18 +0900 (022d7c9a2) +++ test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.expected 2019-03-22 09:16:28 +0900 (b2332a450) @@ -7,7 +7,9 @@ table_create --name Term --flags TABLE_PAT_KEY --key_type ShortText --de column_create --table Term --name content --flags COLUMN_INDEX|WITH_POSITION --type Memos --source content [[0,0.0,0.0],true] load --table Memos +[ {"_key":"1", "content":"ヤマダ です"} +] [[0,0.0,0.0],1] select Memos --filter 'content @ "やまだ"' [ Modified: test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.test (+2 -0) =================================================================== --- test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.test 2019-03-22 09:07:18 +0900 (fad547466) +++ test/command/suite/select/filter/index/match/normalizer_nfkc100_unify_kana.test 2019-03-22 09:16:28 +0900 (61f40841d) @@ -15,6 +15,8 @@ column_create \ --source content load --table Memos +[ {"_key":"1", "content":"ヤマダ です"} +] select Memos --filter 'content @ "やまだ"' -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190322/c6673382/attachment.html>