Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
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 94
def test_accept_paragraph_wrap
@to.start_accepting
@to.accept_paragraph @RM::Paragraph.new(('words ' * 30).strip)
accept_paragraph_wrap
end