aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/test_rdoc_markup_heading.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-07 01:22:37 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-07 01:22:37 +0000
commit4260aa1dc399e1bb4a2147409ed1139112cfefb8 (patch)
tree72b378fdcef83d532147bb6deeafe2ad55134f3e /test/rdoc/test_rdoc_markup_heading.rb
parent7d2d6d0a2f600943ab484238b4722036151376a5 (diff)
downloadruby-4260aa1dc399e1bb4a2147409ed1139112cfefb8.tar.gz
* 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
Diffstat (limited to 'test/rdoc/test_rdoc_markup_heading.rb')
-rw-r--r--test/rdoc/test_rdoc_markup_heading.rb8
1 files changed, 4 insertions, 4 deletions
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