diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-22 12:08:13 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-22 12:08:13 +0000 |
commit | 145433d9a54856ec633220755f089a7e78fb28ce (patch) | |
tree | 303b591d7ceea9f3adabb5493aeecf9f641e6ec1 /test/rdoc/test_rdoc_markup_to_html.rb | |
parent | 618035b5317ebcb3484b9e7b371a305d763c558a (diff) | |
download | ruby-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/test_rdoc_markup_to_html.rb')
-rw-r--r-- | test/rdoc/test_rdoc_markup_to_html.rb | 1 |
1 files changed, 0 insertions, 1 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 }', |