]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/01-import.t
Implement uid() and validate_uid()
[perl/modules/Scope-Upper.git] / t / 01-import.t
index de0260adc6318df792db73f55062767bd4a997f6..d27e6b9bd0c02adeff8cd9e7ebc2b7860873bb7c 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2 * 15;
+use Test::More tests => 2 * 17;
 
 require Scope::Upper;
 
@@ -15,6 +15,8 @@ my %syms = (
  unwind          => undef,
  want_at         => ';$',
  uplevel         => '&@',
+ uid             => ';$',
+ validate_uid    => '$',
  TOP             => '',
  HERE            => '',
  UP              => ';$',