added tests for matthewwithanm#11
This commit is contained in:
@@ -103,6 +103,9 @@ def test_strong():
|
||||
|
||||
def test_ul():
|
||||
assert md('<ul><li>a</li><li>b</li></ul>') == '* a\n* b\n'
|
||||
|
||||
def test_inline_ul():
|
||||
assert md('<p>foo</p><ul><li>a</li><li>b</li></ul><p>bar</p>') == 'foo \n* a\n* b\n\nbar'
|
||||
|
||||
|
||||
def test_nested_uls():
|
||||
|
||||
Reference in New Issue
Block a user