aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 12:08:13 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 12:08:13 +0000
commit145433d9a54856ec633220755f089a7e78fb28ce (patch)
tree303b591d7ceea9f3adabb5493aeecf9f641e6ec1 /test/rdoc
parent618035b5317ebcb3484b9e7b371a305d763c558a (diff)
downloadruby-145433d9a54856ec633220755f089a7e78fb28ce.tar.gz
* 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
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/test_rdoc_markup_to_html.rb1
-rw-r--r--test/rdoc/test_rdoc_servlet.rb1
2 files changed, 0 insertions, 2 deletions
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
-