X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F30-atom-new.t;h=c51175e60abe6b5440b5a43adf7d46c40bddaaaf;hp=dec89c2c5d84a6abfd671a880e232b431c7ab78f;hb=f7846983c923e0aac6f815d8c494fbd958cb3fbe;hpb=f1e11349a9e94499b1025601c2f7e4c73e18810e diff --git a/t/30-atom-new.t b/t/30-atom-new.t index dec89c2..c51175e 100644 --- a/t/30-atom-new.t +++ b/t/30-atom-new.t @@ -43,11 +43,11 @@ my @tests = ( [ { %$a1, range => '<>' } => inv('range'), ], [ { %$a1, range => '<=' } => { %$a1, range => '<=' } ], - [ { atom => 'test/a' } => $a0 ], - [ { atom => 'test/a-1.0' } => { %$a1, range => '>=' } ], - [ { atom => '=test/a-v1.0' } => { %$a1, range => '=' } ], - [ { atom => '= inv('atom') ], - [ { atom => '>=test/a' } => $range_no_ver ], + [ { atom => 'test/a' } => $a0 ], + [ { atom => 'test/a-1.0' } => { %$a1, range => '>=' } ], + [ { atom => '=test/a-1.0' } => { %$a1, range => '=' } ], + [ { atom => '= inv('atom') ], + [ { atom => '>=test/a' } => $range_no_ver ], [ { ebuild => undef } => inv('ebuild') ], [ { ebuild => '/wat/test/a/a.ebuild' } => inv('ebuild') ],