summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_argf.rb
Commit message (Expand)AuthorAgeFilesLines
* remove temporally files explicitly.akr2009-09-131-1/+2
* make tempfile prefix more descriptive.akr2009-09-131-6/+6
* * test/ruby/test_argf.rb (assert_src_expected): refactored.nobu2009-08-311-53/+29
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+12
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-4/+4
* * test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz2009-06-161-6/+2
* * test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa2008-10-281-0/+2
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-118/+95
* add a test for [ruby-dev:34958].akr2008-06-281-0/+10
* * test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa2008-06-181-11/+25
* * test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa2008-06-181-3/+8
* * test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr2008-06-021-0/+9
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-301-1/+1
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-291-0/+686