[Groonga-commit] groonga/groonga-command-parser at f2cebfa [master] groonga-command-convert-format: Fix the last newline is required

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 16 13:26:25 JST 2017


Kouhei Sutou	2017-02-16 13:26:25 +0900 (Thu, 16 Feb 2017)

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

  Message:
    groonga-command-convert-format: Fix the last newline is required
    
    We shouldn't require the last newline.

  Modified files:
    lib/groonga/command/parser/command/groonga-command-convert-format.rb

  Modified: lib/groonga/command/parser/command/groonga-command-convert-format.rb (+1 -0)
===================================================================
--- lib/groonga/command/parser/command/groonga-command-convert-format.rb    2017-01-18 10:19:55 +0900 (1985d37)
+++ lib/groonga/command/parser/command/groonga-command-convert-format.rb    2017-02-16 13:26:25 +0900 (62413b4)
@@ -89,6 +89,7 @@ module Groonga
             input.each_line do |line|
               parser << line
             end
+            parser.finish
           end
 
           def convert_format(command)
-------------- next part --------------
HTML����������������������������...
Download 



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