Add new terminal hyperlink tests (#28525)

Part of #28238

This PR refactors `FindHyperlink` handling and associated code in
`terminal.rs` into its own file for improved testability, and adds
tests.

Release Notes:

- N/A
This commit is contained in:
Dave Waggoner 2025-06-06 05:08:20 -07:00 committed by GitHub
parent 709523bf36
commit 8837e5564d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1232 additions and 260 deletions

1
Cargo.lock generated
View file

@ -15733,6 +15733,7 @@ dependencies = [
"task",
"theme",
"thiserror 2.0.12",
"url",
"util",
"windows 0.61.1",
"workspace-hack",