]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/22-call.t
Complete rewrite. Make the inspect process return both the ret state and the last...
[perl/modules/Sub-Nary.git] / t / 22-call.t
index de288a665a83f28f16934f8d18731b5c0a5d2c6d..6aa786333a1bebd54980c6a27c63267796510e74 100644 (file)
@@ -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 ],