aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_escape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/character_escape.rs')
-rw-r--r--tests/character_escape.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/character_escape.rs b/tests/character_escape.rs
index 5fdc445..aae0b58 100644
--- a/tests/character_escape.rs
+++ b/tests/character_escape.rs
@@ -37,12 +37,11 @@ fn character_escape() {
// "should escape a line break"
// );
- // To do: code (text).
- // assert_eq!(
- // micromark("`` \\[\\` ``"),
- // "<p><code>\\[\\`</code></p>",
- // "should not escape in text code"
- // );
+ assert_eq!(
+ micromark("`` \\[\\` ``"),
+ "<p><code>\\[\\`</code></p>",
+ "should not escape in text code"
+ );
assert_eq!(
micromark(" \\[\\]"),