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=dc80cc73f25e62588ca1164b3be3a281e6acb3be;hpb=2b8c214d523e63053b8216b9011b45037922ec3f 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