[Groonga-commit] droonga/droonga-engine at 4df71a7 [master] Fold long lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 31 15:31:38 JST 2014


YUKI Hiroshi	2014-10-31 15:31:38 +0900 (Fri, 31 Oct 2014)

  New Revision: 4df71a70c302327203143e25763096161c319100
  https://github.com/droonga/droonga-engine/commit/4df71a70c302327203143e25763096161c319100

  Message:
    Fold long lines

  Modified files:
    test/unit/plugins/groonga/select/test_adapter_input.rb

  Modified: test/unit/plugins/groonga/select/test_adapter_input.rb (+6 -3)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-31 14:14:44 +0900 (ad3b9d3)
+++ test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-31 15:31:38 +0900 (76da102)
@@ -57,11 +57,13 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
 
     class FunctionTest < self
       def test_single_argument
-        assert_attributes(["snippet_html(content)"], "snippet_html(content)")
+        assert_attributes(["snippet_html(content)"],
+                           "snippet_html(content)")
       end
 
       def test_with_columns
-        assert_attributes(["_id","_key","snippet_html(content)"], "_id,_key,snippet_html(content)")
+        assert_attributes(["_id","_key","snippet_html(content)"],
+                           "_id,_key,snippet_html(content)")
       end
     end
 
@@ -71,7 +73,8 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
       end
 
       def test_whiet_space_separated_arguments
-        assert_attributes(["_id","_key","snippet_html( content )"], "_id,_key,snippet_html( content )")
+        assert_attributes(["_id","_key","snippet_html( content )"],
+                           "_id,_key,snippet_html( content )")
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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