aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_escape.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/character_escape.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/character_escape.rs b/tests/character_escape.rs
index 6200014..d27f20a 100644
--- a/tests/character_escape.rs
+++ b/tests/character_escape.rs
@@ -79,10 +79,10 @@ fn character_escape() {
"should escape in fenced code info"
);
- // // To do: turning things off
- // assert_eq!(
+ // To do: turning things off
+ // assert_eq!(
// micromark("\\> a", {extensions: [{disable: {null: ["characterEscape"]}}]}),
// "<p>\\&gt; a</p>",
// "should support turning off character escapes"
- // );
+ // );
}