зеркало из https://github.com/github/ruby.git
Add test of DATA.binmode?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
65daf7be94
Коммит
371e3f4f1c
|
@ -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{\
|
||||||
|
|
Загрузка…
Ссылка в новой задаче