method
test_accept_verbatim
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Markup::FormatterTestCase
test_accept_verbatim()public
No documentation available.
# File lib/rdoc/markup/formatter_test_case.rb, line 81
def test_accept_verbatim
@to.start_accepting
@to.accept_verbatim @RM::Verbatim.new(' ', 'hi', "\n",
' ', 'world', "\n")
accept_verbatim
end