Link to issues for regression tests

This commit is contained in:
Vincent Prouillet 2019-11-27 19:51:48 +01:00
parent 3362df4a48
commit 6153d20047

View file

@ -256,7 +256,7 @@ mod tests {
assert_eq!(res.unwrap(), "fr"); assert_eq!(res.unwrap(), "fr");
} }
/// Regression test for https://github.com/getzola/zola/pull/856. /// Regression test for https://github.com/getzola/zola/issues/854
#[test] #[test]
fn correct_canonical_for_index() { fn correct_canonical_for_index() {
let file = FileInfo::new_page( let file = FileInfo::new_page(
@ -266,7 +266,7 @@ mod tests {
assert_eq!(file.canonical, Path::new("/home/vincent/code/site/content/posts/tutorials/python/index")); assert_eq!(file.canonical, Path::new("/home/vincent/code/site/content/posts/tutorials/python/index"));
} }
/// Regression test for https://github.com/getzola/zola/pull/856. /// Regression test for https://github.com/getzola/zola/issues/854
#[test] #[test]
fn correct_canonical_after_find_language() { fn correct_canonical_after_find_language() {
let mut config = Config::default(); let mut config = Config::default();