[Groonga-commit] groonga/groonga-command at b11119b [fix-travis-ci-error] Add a comment instead of empty block

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 13 17:29:38 JST 2016


Kouhei Sutou	2012-11-27 23:16:10 +0900 (Tue, 27 Nov 2012)

  New Revision: b11119b67f4e483eaae0ac9ad1d43ddb6bad3d90
  https://github.com/groonga/groonga-command/commit/b11119b67f4e483eaae0ac9ad1d43ddb6bad3d90

  Message:
    Add a comment instead of empty block

  Modified files:
    lib/groonga/command/parser.rb

  Modified: lib/groonga/command/parser.rb (+1 -0)
===================================================================
--- lib/groonga/command/parser.rb    2012-11-27 23:14:14 +0900 (f74cd5a)
+++ lib/groonga/command/parser.rb    2012-11-27 23:16:10 +0900 (2f38269)
@@ -322,6 +322,7 @@ module Groonga
       def parse_line(line)
         case line
         when /\A\s*\z/
+          # ignore empty line
         when /\A\#/
           on_comment($POSTMATCH)
         else
-------------- next part --------------
HTML����������������������������...
Download 



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