Skip to content

Commit

Permalink
[Console] fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 24, 2011
1 parent e232218 commit 8cb400a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function testInlineStyle()
$formatter = new OutputFormatter(true);

$this->assertEquals(
"\033[34;41msome text\033[0m", $formatter->format('<fg=blue;bg=red>some text</style>')
"\033[34;41msome text\033[0m", $formatter->format('<fg=blue;bg=red>some text</>')
);
}

Expand Down

0 comments on commit 8cb400a

Please sign in to comment.