[Groonga-commit] ranguba/groonga-client at 015a46c [master] test: fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 13 13:07:47 JST 2017


Kouhei Sutou	2017-04-13 13:07:47 +0900 (Thu, 13 Apr 2017)

  New Revision: 015a46c92cb97cc009a2ffc0bbc17ea53e2daf80
  https://github.com/ranguba/groonga-client/commit/015a46c92cb97cc009a2ffc0bbc17ea53e2daf80

  Message:
    test: fix indent

  Modified files:
    test/request/test-select.rb

  Modified: test/request/test-select.rb (+4 -4)
===================================================================
--- test/request/test-select.rb    2017-04-13 13:07:35 +0900 (c77c659)
+++ test/request/test-select.rb    2017-04-13 13:07:47 +0900 (1a1a87c)
@@ -101,16 +101,16 @@ class TestRequestSelect < Test::Unit::TestCase
         assert_equal({
                        :table => "posts",
                        :filter => "in_values(ages, 2, 29)",
-                   },
-                   in_values("ages", 2, 29))
+                     },
+                     in_values("ages", 2, 29))
       end
 
       test("strings") do
         assert_equal({
                        :table => "posts",
                        :filter => "in_values(tags, \"groonga\", \"have \\\"double\\\" quote\")",
-                   },
-                   in_values("tags", "groonga", "have \"double\" quote"))
+                     },
+                     in_values("tags", "groonga", "have \"double\" quote"))
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
下载 



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