Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ bugfix
Function
bugfix
backend/src/http/repo_url.rs:245–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
244
#[test]
245
fn bugfix() {
246
let url = parse(
"https://quaderno.io/stripe-vat-subscriptions/"
);
247
assert_eq!(
248
url.normalized,
249
"https://quaderno.io/stripe-vat-subscriptions/"
250
);
251
}
252
253
#[test]
254
fn nytimes_link() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected