Add a testcase for reported defects (and the desired output)

This commit is contained in:
david parsons
2012-01-16 13:08:52 -08:00
parent 734161e9e1
commit 067891f3c6
+17
View File
@@ -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