-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Description
Environment
Windows build number: Version 10.0.18362.1016
Windows Terminal version (if applicable): Commit f91b53d
Steps to reproduce
- Build commit f91b53d
- Run the unit test:
runut /name:*HyperlinkIdConsistency*
Expected behavior
The test should pass.
Actual behavior
The test fails when verifying the output of the initial escape sequence:
Expected = "^[]8;id=1364-1;http://example.com^[\"
Actual = "ink"
Technically the test was always broken, but it managed to pass when it was initially added because of a bug in the state machine parser. I think that bug was recently fixed by PR #7340, which is why the test has only started failing now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.