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

Function lenr_forum

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

Source from the content-addressed store, hash-verified

394
395 #[test]
396 fn lenr_forum() {
397 let url = parse("https://www.lenr-forum.com/forum/thread/6017-mizuno-replication-and-materials-only/?pageNo=2");
398 assert_eq!(
399 url.normalized,
400 "https://www.lenr-forum.com/forum/thread/6017-mizuno-replication-and-materials-only/?pageNo=2"
401 );
402 }
403
404 #[test]
405 fn koreaherald_link() {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected