mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
18 lines
231 B
Perl
18 lines
231 B
Perl
. 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
|