[libconfig-model-dpkg-perl] 04/04: test parse of 'foo|bar' dependency

dod at debian.org dod at debian.org
Wed Apr 26 15:46:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 07de60779067dd688b7b3ab290ae47373e332a1a
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Apr 26 17:37:40 2017 +0200

    test parse of 'foo|bar' dependency
---
 t/dependency-grammar.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/dependency-grammar.t b/t/dependency-grammar.t
index 694b6aa..0d175e1 100644
--- a/t/dependency-grammar.t
+++ b/t/dependency-grammar.t
@@ -59,6 +59,7 @@ sub test_good {
     my @tests = (
         [ 'foo' ,  { name => 'foo' }  ],
         [ 'foo | bar ' , { name => 'foo' }, { name => 'bar' } ],
+        [ 'vorbis-tools|lame' , { name => 'vorbis-tools' }, { name => 'lame' } ],
         [ 'foo | bar | baz ' , { name => 'foo' }, { name => 'bar'}, { name => 'baz'} ],
 
         [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list