From 0fbde94b27d9ed08c96944717bf7bfa76897276e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 10 Sep 2021 23:25:02 +0900 Subject: [ruby/rdoc] Convert upper case copyright and registered marks https://github.com/ruby/rdoc/commit/3bca7dc093 --- test/rdoc/test_rdoc_text.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/rdoc/test_rdoc_text.rb b/test/rdoc/test_rdoc_text.rb index 590d41c3d9..a6b1597bbf 100644 --- a/test/rdoc/test_rdoc_text.rb +++ b/test/rdoc/test_rdoc_text.rb @@ -502,6 +502,7 @@ The comments associated with def test_to_html_copyright assert_equal '©', to_html('(c)') + assert_equal '©', to_html('(C)') end def test_to_html_dash @@ -557,6 +558,7 @@ The comments associated with def test_to_html_registered_trademark assert_equal '®', to_html('(r)') + assert_equal '®', to_html('(R)') end def test_to_html_tt_tag -- cgit v1.2.3