Feature #11921 ยป test-io-mode.patch
| test/ruby/test_io.rb | ||
|---|---|---|
|
assert_raise(ArgumentError) do
|
||
|
open(t.path, "rr") { }
|
||
|
end
|
||
|
assert_raise(ArgumentError) do
|
||
|
open(t.path, "rbt") { }
|
||
|
end
|
||
|
}
|
||
|
end
|
||