aboutsummaryrefslogtreecommitdiffstats
path: root/tests/heading_atx.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/heading_atx.rs')
-rw-r--r--tests/heading_atx.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/heading_atx.rs b/tests/heading_atx.rs
index ef5846a..c9aa803 100644
--- a/tests/heading_atx.rs
+++ b/tests/heading_atx.rs
@@ -62,12 +62,11 @@ fn heading_atx() {
"should not support a heading for an escaped number sign"
);
- // To do: attention.
- // assert_eq!(
- // micromark("# foo *bar* \\*baz\\*"),
- // "<h1>foo <em>bar</em> *baz*</h1>",
- // "should support text content in headings"
- // );
+ assert_eq!(
+ micromark("# foo *bar* \\*baz\\*"),
+ "<h1>foo <em>bar</em> *baz*</h1>",
+ "should support text content in headings"
+ );
assert_eq!(
micromark("# foo "),