Test code blocks in blockquotes

This commit is contained in:
Konstantin Nazarov 2021-07-10 22:50:54 +00:00
parent e5291798cb
commit 5fadd96dfc
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

10
test.sh
View file

@ -265,5 +265,15 @@ check <<-"EOF"
</blockquote>
EOF
check <<-"EOF"
> code blocks
> in blockquotes
---
<blockquote>
<pre><code>code blocks
in blockquotes</code></pre>
</blockquote>
EOF
echo
echo "All tests passed"