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 ccdd016..2c300c5 100644
--- a/tests/test_md_tw.py
+++ b/tests/test_md_tw.py
@@ -798,6 +798,12 @@ class TestTWRenderer(object):
self._validate(txt, expected_txt)
+ def test_render_block_code(self):
+ txt = self._md('renderer-block-code.md')
+ expected_txt = self._get('renderer-block-code-w.md')
+
+ self._validate(txt, expected_txt)
+
def teardown(self):
if self.del_tmp_dir:
shutil.rmtree(self.tmp_dir)