Skip to content

Commit

Permalink
forgot to fix the tests that had black in 'em
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Miller committed Jun 23, 2014
1 parent d36d999 commit 1f174c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions t/02_fix_some_things.t
Expand Up @@ -8,8 +8,8 @@ use Term::ANSIColorx::ColorNicknames qw(fix_color);
my %fix_these = ( my %fix_these = (
"bold-blue on white" => "bold blue on_white", "bold-blue on white" => "bold blue on_white",
"bold sky-on-white" => "bold blue on_white", "bold sky-on-white" => "bold blue on_white",
"\ablack" => "black", "\ayellow" => "yellow",
black => "bold black", pitch => "bold black",
); );


plan tests => 0 + (keys %fix_these); plan tests => 0 + (keys %fix_these);
Expand Down
4 changes: 2 additions & 2 deletions t/50_exports.t
Expand Up @@ -14,8 +14,8 @@ my %todo = (
color_1 => [ ['blue'], ['blue'] ], color_1 => [ ['blue'], ['blue'] ],
color_2 => [ ['bold blue'], ['sky'] ], color_2 => [ ['bold blue'], ['sky'] ],
color_3 => [ ['bold blue on_white'], ['bold-sky-on-white'] ], color_3 => [ ['bold blue on_white'], ['bold-sky-on-white'] ],
color_4 => [ ['bold black'], ['black'] ], color_4 => [ ['bold yellow'], ['bold yellow'] ],
color_5 => [ ['black'], ['normal black'] ], color_5 => [ ['yellow'], ['normal yellow'] ],


# … from the perlpod — is this really true? # … from the perlpod — is this really true?
# "bold blue" eq fix_color("bold dark bold faint dark bold blue"); # "bold blue" eq fix_color("bold dark bold faint dark bold blue");
Expand Down

0 comments on commit 1f174c9

Please sign in to comment.