[Groonga-commit] groonga/groonga at b148b61 [master] test: remove garbage backslash escapes

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 14 14:05:03 JST 2013


Kouhei Sutou	2013-10-14 14:05:03 +0900 (Mon, 14 Oct 2013)

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

  Message:
    test: remove garbage backslash escapes

  Modified files:
    test/command/suite/select/filter/invalid/function_call/temporary_table.expected
    test/command/suite/select/filter/invalid/function_call/temporary_table.test

  Modified: test/command/suite/select/filter/invalid/function_call/temporary_table.expected (+1 -1)
===================================================================
--- test/command/suite/select/filter/invalid/function_call/temporary_table.expected    2013-10-14 14:00:57 +0900 (415dafc)
+++ test/command/suite/select/filter/invalid/function_call/temporary_table.expected    2013-10-14 14:05:03 +0900 (0bb4582)
@@ -1,4 +1,4 @@
-select Shops   --output_columns 'name'   --limit 0   --filter 'geo_in_rectangle(location, "128429532x-503148672", "128429532x503148672") &&             (area == \"area0005\" || area == \"area0014\") &&             (tags @ \"天然\" || tags @ \"和菓子\")'
+select Shops   --output_columns 'name'   --limit 0   --filter 'geo_in_rectangle(location, "128429532x-503148672", "128429532x503148672") &&             (area == "area0005" || area == "area0014") &&             (tags @ "天然" || tags @ "和菓子")'
 [
   [
     [

  Modified: test/command/suite/select/filter/invalid/function_call/temporary_table.test (+2 -2)
===================================================================
--- test/command/suite/select/filter/invalid/function_call/temporary_table.test    2013-10-14 14:00:57 +0900 (91d0fae)
+++ test/command/suite/select/filter/invalid/function_call/temporary_table.test    2013-10-14 14:05:03 +0900 (cd07243)
@@ -4,7 +4,7 @@ select Shops \
   --output_columns 'name' \
   --limit 0 \
   --filter 'geo_in_rectangle(location, "128429532x-503148672", "128429532x503148672") && \
-            (area == \"area0005\" || area == \"area0014\") && \
-            (tags @ \"天然\" || tags @ \"和菓子\")'
+            (area == "area0005" || area == "area0014") && \
+            (tags @ "天然" || tags @ "和菓子")'
 
 
-------------- next part --------------
HTML����������������������������...
Download 



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