aboutsummaryrefslogtreecommitdiffstats
path: root/tests/autolink.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autolink.rs')
-rw-r--r--tests/autolink.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autolink.rs b/tests/autolink.rs
index f0486ef..9c28834 100644
--- a/tests/autolink.rs
+++ b/tests/autolink.rs
@@ -252,7 +252,7 @@ fn autolink() {
"should not support a dash before a dot in email autolinks"
);
- // To do: extensions.
+ // To do: turning things off.
// assert_eq!(
// micromark("<a@b.co>", {extensions: [{disable: {null: ["autolink"]}}]}),
// "<p>&lt;a@b.co&gt;</p>",