aboutsummaryrefslogtreecommitdiffstats
path: root/tests/code_indented.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-08 17:40:15 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-08 17:40:15 +0200
commit59c4ec0fb54c9263ac3a127d2b1c4fd7f0d490d6 (patch)
treed2ed946e29300d2d563a128071053cdfaa15d4cf /tests/code_indented.rs
parentac3cfc8253e3d3761c65b3c9db5c990f5b07f161 (diff)
downloadmarkdown-rs-59c4ec0fb54c9263ac3a127d2b1c4fd7f0d490d6.tar.gz
markdown-rs-59c4ec0fb54c9263ac3a127d2b1c4fd7f0d490d6.tar.bz2
markdown-rs-59c4ec0fb54c9263ac3a127d2b1c4fd7f0d490d6.zip
Fix container bug due to attempts
Diffstat (limited to '')
-rw-r--r--tests/code_indented.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/code_indented.rs b/tests/code_indented.rs
index ba1b483..f06cf4c 100644
--- a/tests/code_indented.rs
+++ b/tests/code_indented.rs
@@ -82,42 +82,42 @@ fn code_indented() {
"should not support lazyness (1)"
);
- // To do: blockquote (lazy).
+ // To do: blockquote (lazy, some bug).
// assert_eq!(
// micromark("> a\n b"),
// "<blockquote>\n<p>a\nb</p>\n</blockquote>",
// "should not support lazyness (2)"
// );
- // To do: blockquote (lazy).
+ // To do: blockquote (lazy, some bug).
// assert_eq!(
// micromark("> a\n b"),
// "<blockquote>\n<p>a\nb</p>\n</blockquote>",
// "should not support lazyness (3)"
// );
- // To do: blockquote (lazy).
+ // To do: blockquote (lazy, some bug).
// assert_eq!(
// micromark("> a\n b"),
// "<blockquote>\n<p>a\nb</p>\n</blockquote>",
// "should not support lazyness (4)"
// );
- // To do: blockquote (lazy).
+ // To do: blockquote (lazy, some bug).
// assert_eq!(
// micromark("> a\n b"),
// "<blockquote>\n<pre><code>a\n</code></pre>\n</blockquote>\n<pre><code>b\n</code></pre>",
// "should not support lazyness (5)"
// );
- // To do: blockquote (lazy).
+ // To do: blockquote (lazy, some bug).
// assert_eq!(
// micromark("> a\n b"),
// "<blockquote>\n<pre><code>a\n</code></pre>\n</blockquote>\n<pre><code> b\n</code></pre>",
// "should not support lazyness (6)"
// );
- // To do: blockquote (lazy).
+ // To do: blockquote (lazy, some bug).
// assert_eq!(
// micromark("> a\n b"),
// "<blockquote>\n<pre><code>a\n</code></pre>\n</blockquote>\n<pre><code> b\n</code></pre>",