summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-10 23:25:02 +0900
committergit <svn-admin@ruby-lang.org>2021-09-11 17:03:52 +0900
commit0fbde94b27d9ed08c96944717bf7bfa76897276e (patch)
treeafebc571a34e9d39a560aafcfafba85dbd59480f /test
parentbc0ea95ca8742b11d361952232d22c4ac0e33e83 (diff)
[ruby/rdoc] Convert upper case copyright and registered marks
https://github.com/ruby/rdoc/commit/3bca7dc093
Diffstat (limited to 'test')
-rw-r--r--test/rdoc/test_rdoc_text.rb2
1 files changed, 2 insertions, 0 deletions
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