X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=247470562e4fea918e6ff7edc63ff0dc889b427d;hb=be1d59463692da1b5ef787aeffd0aedbef65664e;hp=2699c192401b0ce6529a8a53513665140e537e17;hpb=863af77d1e775a17f481fabf9e994d7513f49f1e;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index 2699c19..2474705 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 * 19; require Scope::Upper; @@ -13,7 +13,12 @@ my %syms = ( localize_elem => '$$$;$', localize_delete => '$$;$', unwind => undef, + yield => undef, + leave => undef, want_at => ';$', + uplevel => '&@', + uid => ';$', + validate_uid => '$', TOP => '', HERE => '', UP => ';$',