ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
595 stars 388 forks source link

Add tests for combination of {bin,text}mode and external_encoding in ... #1076

Open herwinw opened 1 year ago

herwinw commented 1 year ago

…IO.new

The encoding option takes precedence over the binmode/textmode options. There are similar tests for passing the binmode argument in the mode argument.