Skip to content

Commit

Permalink
Fix teodesian#325: fix unescaped left brace in regex warnings in test…
Browse files Browse the repository at this point in the history
…suite
  • Loading branch information
teodesian committed Aug 2, 2017
1 parent 672cad2 commit f9f6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/04-commands-implemented.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for my $command (keys %{$comm}) {
open(my $fh, '<', $file) or die "Couldn't open file $file";
for (<$fh>) {
if (/'?command'?\s*=>\s*'$command'/
or /{'?commands'?}->{'?$command'?}/) {
or /{'?commands'?}->\{'?$command'?}/) {
pass("find $command");
$found_command = 1;
}
Expand Down

0 comments on commit f9f6d94

Please sign in to comment.