test_accept_paragraph_indent()
public
Test case that calls @to.accept_paragraph
with an indent
# File lib/rdoc/markup/text_formatter_test_case.rb, line 83
def test_accept_paragraph_indent
@to.start_accepting
@to.indent = 3
@to.accept_paragraph @RM::Paragraph.new(('words ' * 30).strip)
accept_paragraph_indent
end