Clicked URL contains unwanted delimiter #17430
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Windows Terminal version
1.20.11381.0
Windows build number
10.0.22631.0
Other Software
My screenshot is a irssi inside a screen over SSH inside WSL Debian, but it happens in any environment.
Steps to reproduce
Have a link wrapped with
<>
in your terminal, for example in bash:And click the link in the output.
Expected Behavior
The parsed link should not include the
>
character. Angle brackets are a common URL/IRI delimiter, which is not allowed in IRIs.Actual Behavior
The opened link will include the
>
character, which can lead to interesting behaviour. The example above with Github leads me to an empty tab, the example from the screenshot below leads to a 404 (which isn't the case when the>
is removed).Also note that the
>
isn't actually underlined (which is good), but it is included in the mouseover and when clicked.The text was updated successfully, but these errors were encountered: