Revert accidentally change
This commit is contained in:
parent
c027cd97d6
commit
80786a2fbb
|
@ -668,8 +668,8 @@ fn can_validate_valid_external_links() {
|
||||||
&permalinks_ctx,
|
&permalinks_ctx,
|
||||||
InsertAnchor::None,
|
InsertAnchor::None,
|
||||||
);
|
);
|
||||||
let res = render_content("[a link](http://bing.com)", &context).unwrap();
|
let res = render_content("[a link](http://google.com)", &context).unwrap();
|
||||||
assert_eq!(res.body, "<p><a href=\"http://bing.com\">a link</a></p>\n");
|
assert_eq!(res.body, "<p><a href=\"http://google.com\">a link</a></p>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue