8000 fixed a test · symfony/symfony@2cca861 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cca861

Browse files
committed
fixed a test
1 parent 7356876 commit 2cca861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function testStyleEscaping()
103103
);
104104

105105
$this->assertEquals(
106-
"\033[32m<error>some error</error>\033[0m",
106+
"\033[32m<error>some error</error>\033[39m",
107107
$formatter->format('<info>'.$formatter->escape('<error>some error</error>').'</info>')
108108
);
109109
}

0 commit comments

Comments
 (0)
0