mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/date/*.rb: imported additional tests and some adjustments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
06df4049ed
commit
1ac57f70e8
5 changed files with 157 additions and 4 deletions
|
@ -435,6 +435,7 @@ class TestDateParse < Test::Unit::TestCase
|
|||
|
||||
def test__parse_slash_exp
|
||||
[
|
||||
# little
|
||||
[['2/5/1999',false],[1999,5,2,nil,nil,nil,nil,nil,nil]],
|
||||
[['02/05/1999',false],[1999,5,2,nil,nil,nil,nil,nil,nil]],
|
||||
[['02/05/-1999',false],[-1999,5,2,nil,nil,nil,nil,nil,nil]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue