From 4f095bbdf1432b17a89270c6186caf126c4a58fe Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 22 Dec 2015 12:08:13 +0000 Subject: * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes. https://github.com/rdoc/rdoc/pull/340 https://github.com/rdoc/rdoc/pull/341 https://github.com/rdoc/rdoc/pull/367 https://github.com/rdoc/rdoc/pull/368 * lib/rdoc/*: ditto. * test/rdoc/*: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_markup_to_html.rb | 1 - test/rdoc/test_rdoc_servlet.rb | 1 - 2 files changed, 2 deletions(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_markup_to_html.rb b/test/rdoc/test_rdoc_markup_to_html.rb index 1c7c879980..2e5b4b9300 100644 --- a/test/rdoc/test_rdoc_markup_to_html.rb +++ b/test/rdoc/test_rdoc_markup_to_html.rb @@ -620,7 +620,6 @@ class TestRDocMarkupToHtml < RDoc::Markup::FormatterTestCase 'def x() end', 'def x; end', 'class C; end', - 'class C end', "module M end", 'a # => blah', 'x { |y| nil }', diff --git a/test/rdoc/test_rdoc_servlet.rb b/test/rdoc/test_rdoc_servlet.rb index 1ea0de7a26..37ce148114 100644 --- a/test/rdoc/test_rdoc_servlet.rb +++ b/test/rdoc/test_rdoc_servlet.rb @@ -533,4 +533,3 @@ class TestRDocServlet < RDoc::TestCase end end - -- cgit v1.2.3