Kouhei Sutou
null+****@clear*****
Mon Oct 14 22:44:03 JST 2013
Kouhei Sutou 2013-10-14 22:44:03 +0900 (Mon, 14 Oct 2013) New Revision: cf4115232ad4fc85168a01bccd495e368a501f06 https://github.com/groonga/groonga/commit/cf4115232ad4fc85168a01bccd495e368a501f06 Message: test: remove too much backslash escapes 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 22:38:18 +0900 (c755006) +++ test/command/suite/select/function/sub_filter/accessor.expected 2013-10-14 22:44:03 +0900 (1e8cbc5) @@ -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 22:38:18 +0900 (e7f0094) +++ test/command/suite/select/function/sub_filter/accessor.test 2013-10-14 22:44:03 +0900 (31a6676) @@ -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