()
| 633 | |
| 634 | #[test] |
| 635 | fn subdomain_fallback() { |
| 636 | let name = |
| 637 | resolve_identity_name("http://alice.localhost:8080/workspaces/w/projects/p/code"); |
| 638 | assert_eq!(name.as_deref(), Some("alice")); |
| 639 | } |
| 640 | |
| 641 | #[test] |
| 642 | fn full_domain_subdomain() { |
nothing calls this directly
no test coverage detected