Skip to content

Commit

Permalink
[t/spec] Tweak an m/.../ into just /.../.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@29657 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
jnthn committed Feb 7, 2010
1 parent 6551018 commit 15e389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S16-unfiled/slurp.t
Expand Up @@ -14,7 +14,7 @@ my $self = 't/spec/S16-unfiled/slurp.t';
{
my $contents = slurp $self;
#ok index($contents, "StringThatsNowhereElse") != -1, "slurp() worked";
ok $contents ~~ m/'StringThatsNowhereElse'/, "slurp() worked";
ok $contents ~~ /'StringThatsNowhereElse'/, "slurp() worked";
}

{
Expand Down

0 comments on commit 15e389c

Please sign in to comment.