# File lib/rdoc/markup/formatter_test_case.rb, line 192 def test_accept_heading_b @to.start_accepting @to.accept_heading @RM::Heading.new(1, '*Hello*') accept_heading_b end