mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import RDoc 2.2.2 r192
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da6300e8f8
commit
7222e82a8b
22 changed files with 115 additions and 54 deletions
|
@ -1,10 +1,14 @@
|
|||
require 'test/unit'
|
||||
require 'rubygems'
|
||||
require 'minitest/unit'
|
||||
require 'rdoc/generator'
|
||||
require 'rdoc/stats'
|
||||
require 'rdoc/code_objects'
|
||||
require 'rdoc/markup/to_html_crossref'
|
||||
require 'rdoc/parser/ruby'
|
||||
|
||||
require 'pathname'
|
||||
|
||||
class TestRDocMarkupToHtmlCrossref < Test::Unit::TestCase
|
||||
class TestRDocMarkupToHtmlCrossref < MiniTest::Unit::TestCase
|
||||
|
||||
#
|
||||
# This method parses a source file and returns a Hash mapping
|
||||
|
@ -286,3 +290,5 @@ class TestRDocMarkupToHtmlCrossref < Test::Unit::TestCase
|
|||
verify_class_crossref xref, "Ref_Class4", "Ref_Class4::Ref_Class4"
|
||||
end
|
||||
end
|
||||
|
||||
MiniTest::Unit.autorun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue