From 6944163415997e75e0d70ea860dad6071ee5d79a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 28 Aug 2021 12:57:36 +0900 Subject: [ruby/rdoc] Convert a backtick to an open single quote https://github.com/ruby/rdoc/commit/82eaefbae4 --- test/rdoc/test_rdoc_markup_to_html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rdoc/test_rdoc_markup_to_html.rb b/test/rdoc/test_rdoc_markup_to_html.rb index 342cf71082..b2b21de806 100644 --- a/test/rdoc/test_rdoc_markup_to_html.rb +++ b/test/rdoc/test_rdoc_markup_to_html.rb @@ -712,7 +712,7 @@ EXPECTED def test_convert_underscore_adjacent_to_code assert_equal "\n

aaa_

\n", @to.convert(%q{+aaa+_}) - assert_equal "\n

`i386-mswin32_MSRTVERSION'

\n", @to.convert(%q{`+i386-mswin32_+_MSRTVERSION_'}) + assert_equal "\n

\u{2018}i386-mswin32_MSRTVERSION\u{2019}

\n", @to.convert(%q{`+i386-mswin32_+_MSRTVERSION_'}) end def test_gen_url -- cgit v1.2.3