]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - t/Example.t
f9080c0a8f1fd8fce9c098993ead3ab64d83004d
[perl/modules/re-engine-Plugin.git] / t / Example.t
1 use strict;
2 use lib 't';
3 use Test::More tests => 1;
4
5 use Example;
6
7 "str" =~ /pattern/;
8
9 is($1, "str_1");