Warning, /education/cantor/thirdparty/discount-2.2.6-patched/tests/crash.t is written in an unsupported language. File is not indexed.

0001 . tests/functions.sh
0002 
0003 title "crashes"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=
0007 
0008 try 'zero-length input' '' ''
0009 
0010 try 'hanging quote in list' \
0011 ' * > this should not die
0012 
0013 no.' \
0014 '<ul>
0015 <li><blockquote><p>this should not die</p></blockquote></li>
0016 </ul>
0017 
0018 
0019 <p>no.</p>'
0020 
0021 try 'dangling list item' ' - ' \
0022 '<ul>
0023 <li></li>
0024 </ul>'
0025 
0026 try -bHOHO 'empty []() with baseurl' '[]()' '<p><a href=""></a></p>'
0027 try 'unclosed html block' '<table></table' '<p><table>&lt;/table</p>'
0028 try 'unclosed style block' '<style>' '<p><style></p>'
0029 
0030 summary $0
0031 exit $rc