about summary refs log tree commit homepage
path: root/test/unit/test_stream_input.rb
DateCommit message (Expand)
2024-03-31treewide: future-proof frozen_string_literal changes
2024-01-15kill off remaining kgio uses
2023-06-20tests: handle $/ assignment deprecation
2012-11-13tests: remove assert_nothing_raised (part 2)
2010-11-20tests: stream_input tests for mixed gets/read calls
2010-11-20stream_input: small cleanups and fixes
2010-11-18stream_input: read with zero length returns ''
2010-11-11add stream_input class and build tee_input on it