aboutsummaryrefslogtreecommitdiffstats
path: root/test/scanf
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-163-0/+3
* test_scanf.rb: include arguments in namesnobu2014-02-271-23/+3
* test_scanf.rb: use tmpefilenobu2014-02-271-7/+5
* * test/scanf/test_scanf.rb (ScanfTests#each_test): yield in order.nobu2010-05-131-7/+10
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-0/+2
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-1/+1
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-5/+5
* * test/scanf/test_scanfio.rb (TestScanfIO): needs to inheritnobu2009-10-211-3/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-6/+6
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-011-2/+2
* * lib/scanf.rb: fixed bug involving matching literal '['dblack2008-09-031-0/+7
* * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu2008-08-201-2/+2
* refine previous change.akr2007-09-282-8/+10
* don't generate temporary files under current directory.akr2007-09-282-9/+13
* Fixed to work with Ruby test suite (patch from Nobu)dblack2004-03-023-66/+57
* First commit of scanf test filesdblack2004-03-014-0/+422