mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import RDoc 3.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
90d5bcf910
commit
e2efe8e81d
28 changed files with 494 additions and 56 deletions
|
@ -28,6 +28,11 @@ class TestRDocParser < MiniTest::Unit::TestCase
|
|||
refute @RP.binary?(file_name)
|
||||
end
|
||||
|
||||
def test_class_binary_large_japanese_rdoc
|
||||
file_name = File.expand_path '../test.ja.large.rdoc', __FILE__
|
||||
assert !@RP.binary?(file_name)
|
||||
end
|
||||
|
||||
def test_class_binary_japanese_rdoc
|
||||
skip "Encoding not implemented" unless Object.const_defined? :Encoding
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue