From 4260aa1dc399e1bb4a2147409ed1139112cfefb8 Mon Sep 17 00:00:00 2001 From: drbrain Date: Sun, 7 Dec 2014 01:22:37 +0000 Subject: * lib/rdoc: Update to RDoc 4.2.0. * test/rdoc: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_markup_heading.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/rdoc/test_rdoc_markup_heading.rb') diff --git a/test/rdoc/test_rdoc_markup_heading.rb b/test/rdoc/test_rdoc_markup_heading.rb index ff53ff5ac3..26d4b5bffc 100644 --- a/test/rdoc/test_rdoc_markup_heading.rb +++ b/test/rdoc/test_rdoc_markup_heading.rb @@ -9,16 +9,16 @@ class TestRDocMarkupHeading < RDoc::TestCase end def test_aref - assert_equal 'label-Hello+Friend%21', @h.aref + assert_equal 'label-Hello+Friend-21', @h.aref end def test_label - assert_equal 'label-Hello+Friend%21', @h.label - assert_equal 'label-Hello+Friend%21', @h.label(nil) + assert_equal 'label-Hello+Friend-21', @h.label + assert_equal 'label-Hello+Friend-21', @h.label(nil) context = RDoc::NormalClass.new 'Foo' - assert_equal 'class-Foo-label-Hello+Friend%21', @h.label(context) + assert_equal 'class-Foo-label-Hello+Friend-21', @h.label(context) end def test_plain_html -- cgit v1.2.3