File tree 2 files changed +3
-5
lines changed
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
350
350
rdoc . options = options
351
351
RDoc ::RDoc . current = rdoc
352
352
353
- verb = @RM ::Verbatim . new ( "a %z'foo' # => blah\n " )
353
+ verb = @RM ::Verbatim . new ( "a % 09 # => blah\n " )
354
354
355
355
@to . start_accepting
356
356
@to . accept_verbatim verb
357
357
358
358
expected = <<-EXPECTED
359
359
360
- <pre>a %z'foo' # => blah
360
+ <pre>a % 09 # => blah
361
361
</pre>
362
362
EXPECTED
363
363
Original file line number Diff line number Diff line change @@ -384,8 +384,6 @@ def test_accept_verbatim_ruby_error
384
384
@to . start_accepting
385
385
@to . accept_verbatim verb
386
386
387
- inner = CGI . escapeHTML "a % 09 # => blah"
388
-
389
387
expected = <<-EXPECTED
390
388
391
389
<pre>a % 09 # => blah
@@ -549,7 +547,7 @@ def test_convert_limit_verbatim_multiline
549
547
<p>Look for directives in a normal comment block:
550
548
551
549
<pre># :stopdoc:
552
- # Don' t display comment from this point forward</pre>
550
+ # Don' t display comment from this point forward</pre>
553
551
EXPECTED
554
552
555
553
actual = @to . convert rdoc
You can’t perform that action at this time.
0 commit comments