()
| 452 | |
| 453 | #[test] |
| 454 | fn userinfo_takes_priority() { |
| 455 | let name = |
| 456 | resolve_identity_name("http://bob@alice.localhost:8080/workspaces/w/projects/p/code"); |
| 457 | assert_eq!(name.as_deref(), Some("bob")); |
| 458 | } |
| 459 | |
| 460 | #[test] |
| 461 | fn subdomain_fallback() { |
nothing calls this directly
no test coverage detected