X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Fmethods%2Fstr%2Fundef.t;fp=t%2Fmethods%2Fstr%2Fundef.t;h=0000000000000000000000000000000000000000;hb=386630c145754930ffc3a3b0988dd0108f4394db;hp=42ee8bf70641f1f75a39a7a91762b7762cd1a0e3;hpb=36958ebe8b4c296f858f6b5df8f629cdb341812d;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/t/methods/str/undef.t b/t/methods/str/undef.t deleted file mode 100644 index 42ee8bf..0000000 --- a/t/methods/str/undef.t +++ /dev/null @@ -1,13 +0,0 @@ -use strict; -use Test::More tests => 1; -use re::engine::Plugin ( - comp => sub { - my ($re, $str) = @_; - - is($re->str, undef, 'str is undef'); - - return; - }, -); - -qr/pattern/;