Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link stringification test to RT ticket
  • Loading branch information
FROGGS committed Nov 21, 2012
1 parent 5828eb7 commit 95bb282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-temporal/Date.t
Expand Up @@ -32,7 +32,7 @@ plan 58;
lives_ok { $date.clone(:month(2), :year(2000)) }, '..but not 29 February 2000 (Date.clone)';
}

# stringification
# RT 112376, stringification
is ~Date.new(:year(2010), :month(3), :day(5)), '2010-03-05',
'normal Date strinfies sanely';

Expand Down

0 comments on commit 95bb282

Please sign in to comment.