()
| 579 | |
| 580 | #[test] |
| 581 | fn userinfo_takes_priority() { |
| 582 | let name = |
| 583 | resolve_identity_name("http://bob@alice.localhost:8080/workspaces/w/projects/p/code"); |
| 584 | assert_eq!(name.as_deref(), Some("bob")); |
| 585 | } |
| 586 | |
| 587 | #[test] |
| 588 | fn subdomain_fallback() { |
nothing calls this directly
no test coverage detected