[Groonga-commit] groonga/groonga at b0d06b0 [master] test: remove too much backslash escapes

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 14 21:13:06 JST 2013


Kouhei Sutou	2013-10-14 21:13:06 +0900 (Mon, 14 Oct 2013)

  New Revision: b0d06b04de3ac837e0a65c9ec663bb46de93faae
  https://github.com/groonga/groonga/commit/b0d06b04de3ac837e0a65c9ec663bb46de93faae

  Message:
    test: remove too much backslash escapes

  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 21:02:30 +0900 (77ae80f)
+++ test/command/suite/select/query/escape/parenthesis.expected    2013-10-14 21:13:06 +0900 (aa0c47c)
@@ -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 21:02:30 +0900 (7bf3af5)
+++ test/command/suite/select/query/escape/parenthesis.test    2013-10-14 21:13:06 +0900 (4e897df)
@@ -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 21:02:30 +0900 (6bb735d)
+++ test/command/suite/select/query/escape/prefix_search.expected    2013-10-14 21:13:06 +0900 (4e5c337)
@@ -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 21:02:30 +0900 (b19d5e5)
+++ test/command/suite/select/query/escape/prefix_search.test    2013-10-14 21:13:06 +0900 (1d06def)
@@ -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����������������������������...
Download 



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