[Groonga-commit] groonga/groonga at 7b15fa5 [master] test: add a missing parentheses

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 16 11:58:10 JST 2017


Kouhei Sutou	2017-01-16 11:58:10 +0900 (Mon, 16 Jan 2017)

  New Revision: 7b15fa52f7ce0b1a8ea1dfa5c37ce220d066b4d1
  https://github.com/groonga/groonga/commit/7b15fa52f7ce0b1a8ea1dfa5c37ce220d066b4d1

  Message:
    test: add a missing parentheses

  Modified files:
    test/command/suite/select/query/logical_operator/or_and_and.test

  Modified: test/command/suite/select/query/logical_operator/or_and_and.test (+1 -1)
===================================================================
--- test/command/suite/select/query/logical_operator/or_and_and.test    2017-01-16 11:57:41 +0900 (0449eba)
+++ test/command/suite/select/query/logical_operator/or_and_and.test    2017-01-16 11:58:10 +0900 (ce05417)
@@ -14,4 +14,4 @@ load --table Memos
 
 select Memos \
   --match_columns 'content' \
-  --query 'today OR tomorrow day'
+  --query '(today OR tomorrow) day'
-------------- next part --------------
HTML����������������������������...
下载 



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