git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-10-15 15:45:04 +00:00
Родитель 65daf7be94
Коммит 371e3f4f1c
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -2469,6 +2469,18 @@ End
} }
end end
def test_DATA_binmode
make_tempfile {|t|
open(t.path, "w") {|f|
f.puts <<-SRC
puts DATA.binmode?
__END__
SRC
}
assert_in_out_err(t.path, [], %w(false))
}
end
def test_threaded_flush def test_threaded_flush
bug3585 = '[ruby-core:31348]' bug3585 = '[ruby-core:31348]'
src = %q{\ src = %q{\