X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-call.t;fp=t%2F22-call.t;h=6aa786333a1bebd54980c6a27c63267796510e74;hb=3271ef4bff5871bc6aa2d90537f97f177cbacc2a;hp=de288a665a83f28f16934f8d18731b5c0a5d2c6d;hpb=04997f51e7b0a73e04ef0c8df41d4ad045fc7584;p=perl%2Fmodules%2FSub-Nary.git diff --git a/t/22-call.t b/t/22-call.t index de288a6..6aa7863 100644 --- a/t/22-call.t +++ b/t/22-call.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 41; +use Test::More tests => 42; use Sub::Nary; @@ -24,6 +24,8 @@ sub rec1 { rec2(); } sub rec2 { rec1(); } my @tests = ( + [ sub { hlaghlaghlagh() }, 'list' ], + [ sub { zero }, 0 ], [ sub { one }, 1 ], [ sub { two }, 2 ],