diff options
Diffstat (limited to 'tests/character_escape.rs')
-rw-r--r-- | tests/character_escape.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/character_escape.rs b/tests/character_escape.rs index 9e2a5c8..ba94ab3 100644 --- a/tests/character_escape.rs +++ b/tests/character_escape.rs @@ -67,7 +67,7 @@ fn character_escape() { // "should escape in resource and title" // ); - // To do: definition. + // To do: link (reference). // assert_eq!( // micromark("[foo]: /bar\\* \"ti\\*tle\"\n\n[foo]"), // "<p><a href=\"/bar*\" title=\"ti*tle\">foo</a></p>", |