class RDoc::Markup::TextFormatterTestCase

def test_accept_verbatim_indent

def test_accept_verbatim_indent
  @to.start_accepting
  @to.indent = 2
  @to.accept_verbatim @RM::Verbatim.new("hi\n", " world\n")
  accept_verbatim_indent
end