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