aboutsummaryrefslogtreecommitdiffstats
path: root/tests/link_resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/link_resource.rs')
-rw-r--r--tests/link_resource.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/link_resource.rs b/tests/link_resource.rs
index 992c7d2..d75736e 100644
--- a/tests/link_resource.rs
+++ b/tests/link_resource.rs
@@ -257,12 +257,11 @@ fn link_resource() {
// "should not support links in links (2)"
// );
- // To do: tags in images.
- // assert_eq!(
- // micromark("![[[foo](uri1)](uri2)](uri3)"),
- // "<p><img src=\"uri3\" alt=\"[foo](uri2)\" /></p>",
- // "should not support links in links (3)"
- // );
+ assert_eq!(
+ micromark("![[[foo](uri1)](uri2)](uri3)"),
+ "<p><img src=\"uri3\" alt=\"[foo](uri2)\" /></p>",
+ "should not support links in links (3)"
+ );
assert_eq!(
micromark("*[foo*](/uri)"),