aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/test_rdoc_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_parser.rb')
-rw-r--r--test/rdoc/test_rdoc_parser.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/rdoc/test_rdoc_parser.rb b/test/rdoc/test_rdoc_parser.rb
index 2eb1ac1a67..e0629e37b6 100644
--- a/test/rdoc/test_rdoc_parser.rb
+++ b/test/rdoc/test_rdoc_parser.rb
@@ -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