Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 98041d0

Browse files
John Peacockrurban
authored andcommitted
Remove no longer valid tests
version has no alpha limitations anymore, lyon consensus
1 parent 2345211 commit 98041d0

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

t/lib/warnings/sv

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -389,16 +389,6 @@ EXPECT
389389
Subroutine main::f렏 redefined at - line 7.
390390
########
391391
# sv.c
392-
sprintf "%vd", new version v1.1_0;
393-
use warnings 'printf' ;
394-
sprintf "%vd", new version v1.1_0;
395-
no warnings 'printf' ;
396-
sprintf "%vd", new version v1.1_0;
397-
EXPECT
398-
vector argument not supported with alpha versions at - line 2.
399-
vector argument not supported with alpha versions at - line 4.
400-
########
401-
# sv.c
402392
my $x = "a_c";
403393
++$x;
404394
use warnings "numeric";

t/op/packagev.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ v01.02.03 fail pass pass no leading zeros
166166
1.02_03 fail pass pass underscore
167167
v1.2_3 fail pass pass underscore
168168
v1.02_03 fail pass pass underscore
169-
v1.2_3_4 fail fail fail underscore
170-
v1.2_3.4 fail fail fail underscore
171-
1.2_3.4 fail fail fail underscore
172169
0_ fail fail na underscore
173170
1_ fail fail na underscore
174171
1_. fail fail na underscore

t/op/sprintf.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ __END__
333333
>%vd< >[version->new("1.002")]< >1.2<
334334
>%vd< >[version->new("1048576.5")]< >1048576.5<
335335
>%vd< >[version->new("50")]< >50<
336-
>[%vd]< >[version->new(v1.1_1)]< >[] ALPHA<
337336
>%v.3d< >"\01\02\03"< >001.002.003<
338337
>%0v3d< >"\01\02\03"< >001.002.003<
339338
>%v.3d< >[version::qv("1.2.3")]< >001.002.003<

0 commit comments

Comments
 (0)