class RDoc::Markup::FormatterTestCase

def test_accept_verbatim

def test_accept_verbatim
  @to.start_accepting
  @to.accept_verbatim @RM::Verbatim.new('  ', 'hi', "\n",
                                        '  ', 'world', "\n")
  accept_verbatim
end