From 434157444fed90d00d3919e604fbcc9319d97ed6 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 20 Mar 2011 12:44:47 +0000 Subject: * ext/date/date_core.c: replacement of implementation of strftime. It has some limitations that is same as Time's one. [experimental] * ext/date/date_strftime.c: new. * ext/date/lib/date/format.c: removed ruby version of strftime. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/date/test_date_strftime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/date/test_date_strftime.rb') diff --git a/test/date/test_date_strftime.rb b/test/date/test_date_strftime.rb index 890ad2ee5a..c8528d0e91 100644 --- a/test/date/test_date_strftime.rb +++ b/test/date/test_date_strftime.rb @@ -47,7 +47,7 @@ class TestDateStrftime < Test::Unit::TestCase '%t'=>["\t",{}], '%u'=>['6',{:cwday=>6}], '%V'=>['05',{:cweek=>5}], - '%v'=>[' 3-Feb-2001',{:mday=>3,:mon=>2,:year=>2001}], + '%v'=>[' 3-FEB-2001',{:mday=>3,:mon=>2,:year=>2001}], '%z'=>['+0000',{:zone=>'+0000',:offset=>0}], '%+'=>['Sat Feb 3 00:00:00 +00:00 2001', {:wday=>6,:mon=>2,:mday=>3, -- cgit v1.2.3