mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdoc
as ruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
104ff6089d
commit
88ccbf048f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class TestRDocParser < MiniTest::Unit::TestCase
|
|||
assert_equal @RP::Simple, @RP.can_parse(jtest_file_name)
|
||||
|
||||
jtest_rdoc_file_name = File.expand_path '../test.ja.rdoc', __FILE__
|
||||
assert_equal @RP::Simple, @RP.can_parse(jtest_rdoc_file_name)
|
||||
assert_equal @RP::Ruby, @RP.can_parse(jtest_rdoc_file_name)
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue