()
| 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() { |