Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: terminal link highlighter inside box#546

Merged
mxschmitt merged 1 commit into
microsoft:mainfrom
mxschmitt:fix-link-highlighter
Oct 24, 2024
Merged

fix: terminal link highlighter inside box#546
mxschmitt merged 1 commit into
microsoft:mainfrom
mxschmitt:fix-link-highlighter

Conversation

@mxschmitt

Copy link
Copy Markdown
Contributor

Sometimes we print commands inside a box:

    ╔═════════════════════════════════════════════════════════════════════════╗
    ║ Looks like Playwright Test or Playwright was just installed or updated. ║
    ║ Please run the following command to download new browser:               ║
    ║                                                                         ║
    ║     npx playwright install chromium-headless-shell                      ║
    ║                                                                         ║
    ║ <3 Playwright Team                                                      ║
    ╚═════════════════════════════════════════════════════════════════════════╝

this was then not working correctly with the link highlighter which included the right box character. The new regex won't do that anymore.

@mxschmitt mxschmitt merged commit 6284d07 into microsoft:main Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants