Skip to content

Commit 1d55f86

Browse files
committed
[Console] Test href case conservation
1 parent 7dac0f8 commit 1d55f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)