mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
All examples now build, plus added examples to travis build.
This commit is contained in:
@@ -47,3 +47,7 @@ class MarkdownTestCase(unittest.TestCase):
|
||||
def test_no_text(self):
|
||||
text = make_sheets.rst_to_latex(None)
|
||||
self.assertEqual(text, '')
|
||||
|
||||
def test_verbatim(self):
|
||||
text = make_sheets.rst_to_latex('``hello, world``')
|
||||
self.assertIn(r'\begin{verbatim}', text)
|
||||
|
||||
Reference in New Issue
Block a user