aboutsummaryrefslogtreecommitdiffstats
path: root/tests/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/list.rs')
-rw-r--r--tests/list.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/list.rs b/tests/list.rs
index 2819bdb..0360ee7 100644
--- a/tests/list.rs
+++ b/tests/list.rs
@@ -435,7 +435,6 @@ fn list() {
"should support tight lists w/ a blank line in a block quote"
);
- // To do: list (some crash).
assert_eq!(
micromark("- a\n > b\n ```\n c\n ```\n- d"),
"<ul>\n<li>a\n<blockquote>\n<p>b</p>\n</blockquote>\n<pre><code>c\n</code></pre>\n</li>\n<li>d</li>\n</ul>",