We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f339a commit e210eadCopy full SHA for e210ead
1 file changed
test/test_rdoc_markup_to_html_snippet.rb
@@ -543,11 +543,12 @@ def test_convert_limit_verbatim_multiline
543
This routine modifies its +comment+ parameter.
544
RDOC
545
546
+ inner = CGI.escapeHTML "# Don't display comment from this point forward"
547
expected = <<-EXPECTED
548
<p>Look for directives in a normal comment block:
549
550
<pre># :stopdoc:
-# Don't display comment from this point forward</pre>
551
+#{inner}</pre>
552
EXPECTED
553
554
actual = @to.convert rdoc
0 commit comments