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