[Groonga-commit] groonga/groonga [master] [test][gqtp] add missing escapes.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 13日 (日) 16:35:29 JST


Kouhei Sutou	2011-11-13 07:35:29 +0000 (Sun, 13 Nov 2011)

  New Revision: f28d53790cbfbb75867962ac4b797e97b24c9e38

  Log:
    [test][gqtp] add missing escapes.

  Modified files:
    test/unit/gqtp/test-cache.rb

  Modified: test/unit/gqtp/test-cache.rb (+2 -2)
===================================================================
--- test/unit/gqtp/test-cache.rb    2011-11-13 07:23:42 +0000 (2738e7c)
+++ test/unit/gqtp/test-cache.rb    2011-11-13 07:35:29 +0000 (a41c24e)
@@ -47,8 +47,8 @@ load --table Site
 COMMANDS
 
     expected= <<EXPECTED
-[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19,"(stdin)",1,"select --table Site --filter \"<\""]]],[]]
-[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19,"(stdin)",2,"select --table Site --filter \"<\""]]],[]]
+[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19,"(stdin)",1,"select --table Site --filter \\"<\\""]]],[]]
+[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19,"(stdin)",2,"select --table Site --filter \\"<\\""]]],[]]
 [[0,0.0,0.0],true]
 EXPECTED
 




Groonga-commit メーリングリストの案内
Back to archive index