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_verbatim_big_indent()
public
Test case that calls @to.accept_verbatim
with a big indent
# File lib/rdoc/markup/text_formatter_test_case.rb, line 72
def test_accept_verbatim_big_indent
@to.start_accepting
@to.indent = 2
@to.accept_verbatim @RM::Verbatim.new("hi\n", "world\n")
accept_verbatim_big_indent
end