Skip to content

Commit

Permalink
[Console] Test href case conservation
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Dec 15, 2018
1 parent f2590d1 commit 2b55d15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -255,7 +255,7 @@ public function provideDecoratedAndNonDecoratedOutput()
array('<comment>some comment</comment>', 'some comment', "\033[33msome comment\033[39m"),
array('<question>some question</question>', 'some question', "\033[30;46msome question\033[39;49m"),
array('<fg=red>some text with inline style</>', 'some text with inline style', "\033[31msome text with inline style\033[39m"),
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\\"),
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\\"),
);
}

Expand Down

0 comments on commit 2b55d15

Please sign in to comment.