method

test_accept_raw

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: FormatterTestCase
test_accept_raw() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/markup/formatter_test_case.rb, line 90
      def test_accept_raw
        @to.start_accepting

        @to.accept_raw @RM::Raw.new("<table>",
                                    "<tr><th>Name<th>Count",
                                    "<tr><td>a<td>1",
                                    "<tr><td>b<td>2",
                                    "</table>")

        accept_raw
      end
Register or log in to add new notes.