mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Add a testcase for reported defects (and the desired output)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
. tests/functions.sh
|
||||
|
||||
title "reported defects"
|
||||
|
||||
rc=0
|
||||
MARKDOWN_FLAGS=
|
||||
|
||||
try 'masses of non-block html' \
|
||||
'<span>foo</span><br>
|
||||
<br>
|
||||
<span>bar</span><br>' \
|
||||
'<p><span>foo</span><br>
|
||||
<br>
|
||||
<span>bar</span><br></p>'
|
||||
|
||||
summary $0
|
||||
exit $rc
|
||||
Reference in New Issue
Block a user