aboutsummaryrefslogtreecommitdiffstats
path: root/tests/thematic_break.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thematic_break.rs')
-rw-r--r--tests/thematic_break.rs13
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/thematic_break.rs b/tests/thematic_break.rs
index 6435e59..3dc7b5d 100644
--- a/tests/thematic_break.rs
+++ b/tests/thematic_break.rs
@@ -118,7 +118,7 @@ fn thematic_break() {
"should not support thematic breaks w/ other characters (3)"
);
- // To do: phrasing.
+ // To do: attention.
// assert_eq!(
// micromark(" *-*"),
// "<p><em>-</em></p>",
@@ -138,12 +138,11 @@ fn thematic_break() {
// "should support thematic breaks mixed w/ lists (2)"
// );
- // To do: paragraph.
- // assert_eq!(
- // micromark("Foo\n***\nbar"),
- // "<p>Foo</p>\n<hr />\n<p>bar</p>",
- // "should support thematic breaks interrupting paragraphs"
- // );
+ assert_eq!(
+ micromark("Foo\n***\nbar"),
+ "<p>Foo</p>\n<hr />\n<p>bar</p>",
+ "should support thematic breaks interrupting paragraphs"
+ );
// To do: setext.
// assert_eq!(