I should have used a more realistic example
This commit is contained in:
parent
da55cf273f
commit
5907caa732
|
@ -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/"),
|
||||
|
|
Loading…
Reference in New Issue