Skip to content

Commit

Permalink
add negative match test
Browse files Browse the repository at this point in the history
  • Loading branch information
grtodd committed Dec 11, 2015
1 parent 22f52b9 commit de4cce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/m.t
Expand Up @@ -4,3 +4,4 @@ use warnings;
use autobox::Core;

ok 'foo'->m(qr/o+/);
ok ! 'foo'->m(qr/x+/);

0 comments on commit de4cce6

Please sign in to comment.