[Groonga-commit] groonga/groonga-command-parser at d3ed8ae [master] filter: add missing comment mark

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Mar 6 10:28:02 JST 2019


Kouhei Sutou	2019-03-06 10:28:02 +0900 (Wed, 06 Mar 2019)

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

  Message:
    filter: add missing comment mark

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

  Modified: lib/groonga/command/parser/command/groonga-command-filter.rb (+1 -1)
===================================================================
--- lib/groonga/command/parser/command/groonga-command-filter.rb    2019-03-06 10:21:50 +0900 (e1ca8ae)
+++ lib/groonga/command/parser/command/groonga-command-filter.rb    2019-03-06 10:28:02 +0900 (4c64fd6)
@@ -85,7 +85,7 @@ module Groonga
               filter_load_complete(command)
             end
             parser.on_comment do |comment|
-              puts(comment)
+              puts("\##{comment}")
             end
             input.each_line do |line|
               parser << line
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190306/15da2d01/attachment.html>


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