10000 minor #29620 [Console] Test href case conservation (ogizanagi) · symfony/symfony@af038a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit af038a6

Browse files
minor #29620 [Console] Test href case conservation (ogizanagi)
This PR was merged into the 4.3-dev branch. Discussion ---------- [Console] Test href case conservation | Q | A | ------------- | --- | Branch? | master <!-- see below --> | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | no <!-- please add some, will be required by reviewers --> | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Expecting this test to fail until #29619 is merged up. Commits ------- 2b55d15 [Console] Test href case conservation
2 parents 75eebcf + 2b55d15 commit af038a6

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
@@ -255,7 +255,7 @@ public function provideDecoratedAndNonDecoratedOutput()
255255
array('<comment>some comment</comment>', 'some comment', "\033[33msome comment\033[39m"),
256256
array('<question>some question</question>', 'some question', "\033[30;46msome question\033[39;49m"),
257257
array('<fg=red>some text with inline style</>', 'some text with inline style', "\033[31msome text with inline style\033[39m"),
258-
array('<href=idea://open/?file=/path/somefile.php&line=12>some URL</>', 'some URL', "\033]8;;idea://open/?file=/path/somefile.php&line=12\033\\some URL\033]8;;\033\\"),
258+
array('<href=idea://open/?file=/path/SomeFile.php&line=12>some URL</>', 'some URL', "\033]8;;idea://open/?file=/path/SomeFile.php&line=12\033\\some URL\033]8;;\033\\"),
259259
);
260260
}
261261

0 commit comments

Comments
 (0)
0