add a testcase for empty ##

This commit is contained in:
david parsons
2020-03-28 23:21:58 -07:00
parent 1003923bca
commit 53965d67c8
+3
View File
@@ -27,5 +27,8 @@ try -bHOHO 'empty []() with baseurl' '[]()' '<p><a href=""></a></p>'
try 'unclosed html block' '<table></table' '<p><table>&lt;/table</p>'
try 'unclosed style block' '<style>' '<p><style></p>'
try -ftoc 'empty header with toc' '##' '<a name="L-23-"></a>
<h1>#</h1>'
summary $0
exit $rc