summaryrefslogtreecommitdiffstats
path: root/tests/test_compile_markdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_compile_markdown.py')
-rw-r--r--tests/test_compile_markdown.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_compile_markdown.py b/tests/test_compile_markdown.py
index 47cbdbb..2275b04 100644
--- a/tests/test_compile_markdown.py
+++ b/tests/test_compile_markdown.py
@@ -61,6 +61,13 @@ class CompileMarkdownTests(BaseTestCase):
actual_output = self.compile(input_str)
self.assertEquals(actual_output.strip(), expected_output.strip())
+ def test_compile_strikethrough(self):
+ input_str = '~~strik text~~'
+ expected_output = '<p><del>strik text</del></p>'
+
+ actual_output = self.compile(input_str)
+ self.assertEquals(actual_output.strip(), expected_output.strip())
+
def test_compile_html_gist(self):
input_str = '''\
Here's a gist file inline: