Unit Tests
- Correcting more unit tests that made color assumptions that are no longer valid.
This commit is contained in:
@@ -35,6 +35,9 @@ if (open my $fh, '>', 'special.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"color.keyword.red=red\n",
|
||||
"color.alternate=\n",
|
||||
"color.tagged=\n",
|
||||
"color.pri.H=\n",
|
||||
"nag=NAG\n",
|
||||
"_forcecolor=1\n";
|
||||
close $fh;
|
||||
|
||||
Reference in New Issue
Block a user