method
test_accept_raw
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Markup::FormatterTestCase
test_accept_raw()public
No documentation available.
# 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