This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -389,16 +389,6 @@ EXPECT
389389Subroutine 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
402392my $x = "a_c";
403393++$x;
404394use warnings "numeric";
Original file line number Diff line number Diff line change @@ -166,9 +166,6 @@ v01.02.03 fail pass pass no leading zeros
1661661.02_03 fail pass pass underscore
167167v1.2_3 fail pass pass underscore
168168v1.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
1721690_ fail fail na underscore
1731701_ fail fail na underscore
1741711_. fail fail na underscore
Original file line number Diff line number Diff 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<
You can’t perform that action at this time.
0 commit comments