Skip to content

Commit

Permalink
t/01-tmux.t improved
Browse files Browse the repository at this point in the history
  • Loading branch information
creaktive committed Oct 29, 2013
1 parent 4976c69 commit 9e7563f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/01-tmux.t
Expand Up @@ -18,8 +18,8 @@ my $n = 10;

my $color_set = qr{
\#\[
fg=\w+
(?:,bg=\w+)?
fg=(\w+)
(?:,bg=\1)?
\]
}x;
my $color_reset = qr{
Expand Down

0 comments on commit 9e7563f

Please sign in to comment.