8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7356876 commit 2cca861Copy full SHA for 2cca861
src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php
@@ -103,7 +103,7 @@ public function testStyleEscaping()
103
);
104
105
$this->assertEquals(
106
- "\033[32m<error>some error</error>\033[0m",
+ "\033[32m<error>some error</error>\033[39m",
107
$formatter->format('<info>'.$formatter->escape('<error>some error</error>').'</info>')
108
109
}
0 commit comments