mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rdoc/test_rdoc_options.rb: Windows drive letters are
case-insensitive. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5db8f99943
commit
d3c6187a4d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Dec 1 09:44:16 2012 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* test/rdoc/test_rdoc_options.rb: Windows drive letters are
|
||||
case-insensitive.
|
||||
|
||||
Sat Dec 1 09:42:13 2012 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rubygems.rb: Search for gem deps file up the directory tree.
|
||||
|
|
|
@ -197,7 +197,7 @@ rdoc_include:
|
|||
|
||||
assert_equal 1, @options.static_path.length
|
||||
|
||||
assert_match %r%^([A-Z]:)?/$%, @options.static_path.first
|
||||
assert_match %r%^([A-Z]:)?/$%i, @options.static_path.first
|
||||
end
|
||||
|
||||
def test_parse_coverage
|
||||
|
|
Loading…
Reference in a new issue