[Groonga-commit] groonga/groonga at 69722eb [master] Revert "test: remove too much backslash escapes"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Oct 14 23:09:49 JST 2013


Kouhei Sutou	2013-10-14 23:09:49 +0900 (Mon, 14 Oct 2013)

  New Revision: 69722eb0fc56f4e3f1fbae991cf35a1f2bf605de
  https://github.com/groonga/groonga/commit/69722eb0fc56f4e3f1fbae991cf35a1f2bf605de

  Message:
    Revert "test: remove too much backslash escapes"
    
    This reverts commit b0d06b04de3ac837e0a65c9ec663bb46de93faae.
    
    They are needed... Sorry.

  Modified files:
    test/command/suite/select/query/escape/parenthesis.expected
    test/command/suite/select/query/escape/parenthesis.test
    test/command/suite/select/query/escape/prefix_search.expected
    test/command/suite/select/query/escape/prefix_search.test

  Modified: test/command/suite/select/query/escape/parenthesis.expected (+1 -1)
===================================================================
--- test/command/suite/select/query/escape/parenthesis.expected    2013-10-14 23:09:06 +0900 (aa0c47c)
+++ test/command/suite/select/query/escape/parenthesis.expected    2013-10-14 23:09:49 +0900 (77ae80f)
@@ -10,7 +10,7 @@ load --table Memos
 {"_key": "Mroonga and Tritonn"}
 ]
 [[0,0.0,0.0],2]
-select Memos --match_columns _key --query '\(mroonga\)'
+select Memos --match_columns _key --query '\\(mroonga\\)'
 [
   [
     0,

  Modified: test/command/suite/select/query/escape/parenthesis.test (+1 -1)
===================================================================
--- test/command/suite/select/query/escape/parenthesis.test    2013-10-14 23:09:06 +0900 (4e897df)
+++ test/command/suite/select/query/escape/parenthesis.test    2013-10-14 23:09:49 +0900 (7bf3af5)
@@ -11,4 +11,4 @@ load --table Memos
 {"_key": "Mroonga and Tritonn"}
 ]
 
-select Memos --match_columns _key --query '\(mroonga\)'
+select Memos --match_columns _key --query '\\(mroonga\\)'

  Modified: test/command/suite/select/query/escape/prefix_search.expected (+1 -1)
===================================================================
--- test/command/suite/select/query/escape/prefix_search.expected    2013-10-14 23:09:06 +0900 (4e5c337)
+++ test/command/suite/select/query/escape/prefix_search.expected    2013-10-14 23:09:49 +0900 (6bb735d)
@@ -11,7 +11,7 @@ load --table Memos
 {"_key": "(groonga) Upgraded!"}
 ]
 [[0,0.0,0.0],3]
-select Memos --match_columns _key --query '\(groonga\)*'
+select Memos --match_columns _key --query '\\(groonga\\)*'
 [
   [
     0,

  Modified: test/command/suite/select/query/escape/prefix_search.test (+1 -1)
===================================================================
--- test/command/suite/select/query/escape/prefix_search.test    2013-10-14 23:09:06 +0900 (1d06def)
+++ test/command/suite/select/query/escape/prefix_search.test    2013-10-14 23:09:49 +0900 (b19d5e5)
@@ -11,4 +11,4 @@ load --table Memos
 {"_key": "(groonga) Upgraded!"}
 ]
 
-select Memos --match_columns _key --query '\(groonga\)*'
+select Memos --match_columns _key --query '\\(groonga\\)*'
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る