mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import RDoc 3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7effd506f
commit
2ef9c50c6e
106 changed files with 8878 additions and 4179 deletions
|
@ -15,7 +15,12 @@ class TestRDocNormalModule < XrefTestCase
|
|||
|
||||
mod.add_include incl
|
||||
|
||||
assert_equal [incl], mod.ancestors
|
||||
assert_equal [incl.name], mod.ancestors
|
||||
|
||||
mod2 = top_level.add_module RDoc::NormalModule, 'Inc2'
|
||||
inc2 = RDoc::Include.new 'Inc2', ''
|
||||
mod.add_include inc2
|
||||
assert_equal [mod2, incl.name], mod.ancestors
|
||||
end
|
||||
|
||||
def test_module_eh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue