diff options
Diffstat (limited to 'tests/thematic_break.rs')
-rw-r--r-- | tests/thematic_break.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thematic_break.rs b/tests/thematic_break.rs index e71ae22..06b1193 100644 --- a/tests/thematic_break.rs +++ b/tests/thematic_break.rs @@ -169,7 +169,7 @@ fn thematic_break() { // "should not support lazyness (2)" // ); - // To do: extensions. + // To do: turning things off. // assert_eq!( // micromark("***", {extensions: [{disable: {null: ["thematicBreak"]}}]}), // "<p>***</p>", |