diff options
Diffstat (limited to 'tests/html_text.rs')
-rw-r--r-- | tests/html_text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html_text.rs b/tests/html_text.rs index e70a4da..0288af7 100644 --- a/tests/html_text.rs +++ b/tests/html_text.rs @@ -418,7 +418,7 @@ micromark_with_options("<x> a", DANGER), "should support an EOL in an instruction" ); - // To do: extensions. + // To do: turning things off. // assert_eq!( // micromark_with_options("a <x>", {extensions: [{disable: {null: ["htmlText"]}}]}), // "<p>a <x></p>", |