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 a43a58c commit 004e5abCopy full SHA for 004e5ab
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[39m",
+ "\033[32m<error>some error</error>\033[0m",
107
$formatter->format('<info>'.$formatter->escape('<error>some error</error>').'</info>')
108
109
}
0 commit comments