# File lib/rdoc/markup/text_formatter_test_case.rb, line 50
      def test_accept_rule_indent
        @to.start_accepting
        @to.indent = 3
        @to.accept_rule @RM::Rule.new(1)

        accept_rule_indent
      end