I should have used a more realistic example

This commit is contained in:
Michael-F-Bryan 2020-05-27 03:19:24 +08:00
parent da55cf273f
commit 5907caa732
No known key found for this signature in database
GPG Key ID: E9C602B0D9A998DC
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ fn redirects_are_emitted_correctly() {
// override the "outputs.html.redirect" table
let redirects: HashMap<PathBuf, String> = vec![
(PathBuf::from("index.html"), String::from("overview.html")),
(PathBuf::from("overview.html"), String::from("index.html")),
(
PathBuf::from("nexted/page.md"),
String::from("https://rust-lang.org/"),