test_accept_paragraph_wrap()
public
Test case that calls @to.accept_paragraph
with a long line
# File lib/rdoc/markup/text_formatter_test_case.rb, line 96
def test_accept_paragraph_wrap
@to.start_accepting
@to.accept_paragraph @RM::Paragraph.new(('words ' * 30).strip)
accept_paragraph_wrap
end