summaryrefslogtreecommitdiffstats
path: root/tests/test_md_tw.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_md_tw.py')
-rw-r--r--tests/test_md_tw.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_md_tw.py b/tests/test_md_tw.py
index 34fe766..64b59a9 100644
--- a/tests/test_md_tw.py
+++ b/tests/test_md_tw.py
@@ -797,6 +797,12 @@ class TestTWRenderer(object):
self._validate(txt, expected_txt)
+ def test_render_block_quote(self):
+ txt = self._md('renderer-block-quote.md')
+ expected_txt = self._get('renderer-block-quote-w.md')
+
+ self._validate(txt, expected_txt)
+
def test_render_block_html(self):
txt = self._md('renderer-block-html.md')
expected_txt = self._get('renderer-block-html-w.md')