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

Back to archive index

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


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

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

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

  Modified files:
    test/command/suite/select/function/sub_filter/accessor.expected
    test/command/suite/select/function/sub_filter/accessor.test

  Modified: test/command/suite/select/function/sub_filter/accessor.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/sub_filter/accessor.expected    2013-10-14 23:00:11 +0900 (1e8cbc5)
+++ test/command/suite/select/function/sub_filter/accessor.expected    2013-10-14 23:09:06 +0900 (c755006)
@@ -42,7 +42,7 @@ load --table Packages
 {"_key": "mroonga", "files": ["ha_mroonga.cc", "ha_mroonga.hpp"]}
 ]
 [[0,0.0,0.0],3]
-select Packages   --filter 'sub_filter(files.author, "birthday >= \"1988-01-04 00:00:00\" && birthday < \"1992-02-09 00:00:00\"")'   --output_columns '_key, files, files.author.birthday'
+select Packages   --filter 'sub_filter(files.author, "birthday >= \\"1988-01-04 00:00:00\\" && birthday < \\"1992-02-09 00:00:00\\"")'   --output_columns '_key, files, files.author.birthday'
 [
   [
     0,

  Modified: test/command/suite/select/function/sub_filter/accessor.test (+1 -1)
===================================================================
--- test/command/suite/select/function/sub_filter/accessor.test    2013-10-14 23:00:11 +0900 (31a6676)
+++ test/command/suite/select/function/sub_filter/accessor.test    2013-10-14 23:09:06 +0900 (e7f0094)
@@ -38,5 +38,5 @@ load --table Packages
 ]
 
 select Packages \
-  --filter 'sub_filter(files.author, "birthday >= \"1988-01-04 00:00:00\" && birthday < \"1992-02-09 00:00:00\"")' \
+  --filter 'sub_filter(files.author, "birthday >= \\"1988-01-04 00:00:00\\" && birthday < \\"1992-02-09 00:00:00\\"")' \
   --output_columns '_key, files, files.author.birthday'
-------------- next part --------------
HTML����������������������������...
Download 



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