File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,12 @@ ok d('2011-01-14') ~~ d('2011-01-14'), 'Can smartmatch Date objects';
137
137
138
138
# RT #125681
139
139
{
140
- is d(" 0000-01-01" ). truncated-to(" week" ), " -0001 -12-27" , " negative dates ISO-8601 rendering" ;
141
- is d(" 9900-01-01" ) + 100000 , " + 10173-10-16" , " very large years, ISO-8601 rendering" ;
140
+ is d(" 0000-01-01" ). truncated-to(" week" ), " -001 -12-27" , " negative dates ISO-8601 rendering" ;
141
+ is d(" 9900-01-01" ) + 100000 , " 10173-10-16" , " very large years, ISO-8601 rendering" ;
142
142
}
143
143
144
144
# RT #125682 Overflows
145
145
{
146
- is d(' 2015-12-25' ). later( years => 1_000_000_000_000 ), " + 1000000002015-12-25" , " adding large years does not overflow" ;
146
+ is d(' 2015-12-25' ). later( years => 1_000_000_000_000 ), " 1000000002015-12-25" , " adding large years does not overflow" ;
147
147
is d(' 2015-12-25' ). earlier( days => 1_000_000_000_000 ), " -2737904992-12-29" , " subtracting large days does not underflow" ;
148
148
}
You can’t perform that action at this time.
0 commit comments