X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=dcd2525a7ab27f8fa6dfbff053675d36ee0ffef5;hb=cce334496f31db5bf0131bce1c93743a290bdb2a;hp=2699c192401b0ce6529a8a53513665140e537e17;hpb=863af77d1e775a17f481fabf9e994d7513f49f1e;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index 2699c19..dcd2525 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2 * 14; +use Test::More tests => 2 * 18; require Scope::Upper; @@ -13,7 +13,11 @@ my %syms = ( localize_elem => '$$$;$', localize_delete => '$$;$', unwind => undef, + yield => undef, want_at => ';$', + uplevel => '&@', + uid => ';$', + validate_uid => '$', TOP => '', HERE => '', UP => ';$',