File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -350,14 +350,14 @@ def test_accept_verbatim_parseable_error
350350 rdoc . options = options
351351 RDoc ::RDoc . current = rdoc
352352
353- verb = @RM ::Verbatim . new ( "a %z'foo' # => blah\n " )
353+ verb = @RM ::Verbatim . new ( "a % 09 # => blah\n " )
354354
355355 @to . start_accepting
356356 @to . accept_verbatim verb
357357
358358 expected = <<-EXPECTED
359359
360- <pre>a %z'foo' # => blah
360+ <pre>a % 09 # => blah
361361</pre>
362362 EXPECTED
363363
Original file line number Diff line number Diff line change @@ -384,8 +384,6 @@ def test_accept_verbatim_ruby_error
384384 @to . start_accepting
385385 @to . accept_verbatim verb
386386
387- inner = CGI . escapeHTML "a % 09 # => blah"
388-
389387 expected = <<-EXPECTED
390388
391389<pre>a % 09 # => blah
@@ -549,7 +547,7 @@ def test_convert_limit_verbatim_multiline
549547<p>Look for directives in a normal comment block:
550548
551549<pre># :stopdoc:
552- # Don' t display comment from this point forward</pre>
550+ # Don' t display comment from this point forward</pre>
553551 EXPECTED
554552
555553 actual = @to . convert rdoc
You can’t perform that action at this time.
0 commit comments