MCPcopy Create free account
hub / github.com/emwalker/digraph / simple_case

Function simple_case

backend/src/http/repo_url.rs:189–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187
188 #[test]
189 fn simple_case() {
190 let url = parse("http://www.google.com");
191 assert_eq!(url.normalized, "http://www.google.com/");
192 }
193
194 #[test]
195 fn url_params() {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected