aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_path.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Add tests for `File.extname`nobu2015-07-241-0/+3
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-0/+9
* * file.c (rb_get_path_check): clarify error message fornobu2010-08-291-0/+8
* * test/ruby/test_path.rb (test_path): workaround for drivenobu2010-06-021-1/+1
* * test/ruby/test_path.rb (test_path): get rid of blocking onnobu2010-06-021-2/+2
* * file.c (file_expand_path): Refix r28102: this breaksnaruse2010-05-311-0/+2
* * test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu2010-04-061-2/+7
* * test/ruby/test_path.rb (test_extname): test for r19596.nobu2009-03-011-0/+9
* * test/ruby/test_path.rb (test_basename): test for r19595.nobu2009-03-011-0/+2
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-4/+4
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-4/+4
* use ML ref. for assertion message.akr2007-11-181-5/+5
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * forgotten to save after rename method name.usa2005-11-181-1/+1
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-31/+31
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-27/+27
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+48