[PR #7655] Fix failing HyperlinkIdConsistency unit test #26962

Open
opened 2026-01-31 09:19:08 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/7655

State: closed
Merged: Yes


Summary of the Pull Request

This fixes a typo in the HyperlinkIdConsistency unit test which was causing that test to fail. It was mistakenly using a / instead of \ for the string terminator sequences.

References

The test initially worked because of a bug in the state machine parser, but that bug was recently fixed in PR #7340.

PR Checklist

Validation Steps Performed

I've run the test again and it now passes.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/7655 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This fixes a typo in the `HyperlinkIdConsistency` unit test which was causing that test to fail. It was mistakenly using a `/` instead of `\` for the string terminator sequences. ## References The test initially worked because of a bug in the state machine parser, but that bug was recently fixed in PR #7340. ## PR Checklist * [x] Closes #7654 * [x] CLA signed. * [x] Tests passed * [ ] Documentation updated. * [ ] Schema updated. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. ## Validation Steps Performed I've run the test again and it now passes.
claunia added the pull-request label 2026-01-31 09:19:08 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26962