# File lib/html/stparser.rb, line 268
    def handle_comment(data)
      super
      print("COMMENT: #{data}\n")
    end