test_accept_heading_indent()
public
Test case that calls @to.accept_heading
# File lib/rdoc/markup/text_formatter_test_case.rb, line 41
def test_accept_heading_indent
@to.start_accepting
@to.indent = 3
@to.accept_heading @RM::Heading.new(1, 'Hello')
accept_heading_indent
end