# File lib/maruku/tests/new_parser.rb, line 346
        def print_status(comment, status, verbose_text=nil)
                if comment.size < PAD
                        comment = comment + (" "*(PAD-comment.size))
                end
                puts "- #{comment} #{status}"
                if @verbose and verbose_text
                        puts verbose_text
                end
        end