X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=dcd2525a7ab27f8fa6dfbff053675d36ee0ffef5;hb=1cac52223ba0983d5d4007ab608fe4ea645eb037;hp=de0260adc6318df792db73f55062767bd4a997f6;hpb=1da764455f3f82a24aad0881beb01f5e4d3cf858;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index de0260a..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 * 15; +use Test::More tests => 2 * 18; require Scope::Upper; @@ -13,8 +13,11 @@ my %syms = ( localize_elem => '$$$;$', localize_delete => '$$;$', unwind => undef, + yield => undef, want_at => ';$', uplevel => '&@', + uid => ';$', + validate_uid => '$', TOP => '', HERE => '', UP => ';$',