X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=t%2Fmethods.t;h=e939407d3b3a4c4b61772ef2ebc774f8db6e8b72;hp=6df32fa1a01a20bd756d1b555abae727f74832ee;hb=78b39159a7d3b163f6bc8bcd8284632cd5f875cb;hpb=7fb1e66881f572d36b7c22624b7f09672170b990 diff --git a/t/methods.t b/t/methods.t index 6df32fa..e939407 100644 --- a/t/methods.t +++ b/t/methods.t @@ -30,7 +30,7 @@ use re::engine::Plugin ( # modifiers my %mod = $re->mod; ok(exists $mod{i}, 'str flags /i'); - ok(exists $mod{x}, 'str flags /i'); + ok(exists $mod{x}, 'str flags /x'); like(join('', keys %mod), qr/^[cgimosx]+$/, 'flags contain all-good characters'); # stash