aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_quote.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/block_quote.rs')
-rw-r--r--tests/block_quote.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/block_quote.rs b/tests/block_quote.rs
index 782104f..647f6cc 100644
--- a/tests/block_quote.rs
+++ b/tests/block_quote.rs
@@ -76,12 +76,11 @@ fn block_quote() {
"should not support lazy fenced code in block quotes"
);
- // To do: container interrupt.
- // assert_eq!(
- // micromark("> a\n - b"),
- // "<blockquote>\n<p>a\n- b</p>\n</blockquote>",
- // "should not support lazy indented code (or lazy list) in block quotes"
- // );
+ assert_eq!(
+ micromark("> a\n - b"),
+ "<blockquote>\n<p>a\n- b</p>\n</blockquote>",
+ "should not support lazy indented code (or lazy list) in block quotes"
+ );
assert_eq!(
micromark(">"),