5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
32 lines
480 B
HTML
32 lines
480 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Test input for bug #427841</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<P>Tidy crashes on badly formed HTML
|
|
involving nested lists.
|
|
|
|
<UL>
|
|
<LI>
|
|
<UL>
|
|
<LI><A HREF="rememberwhenb.html">Next</A>
|
|
<LI><A HREF="daysofourlives.html">Back</A>
|
|
<LI><A HREF="newstuff.html">New Stuff</A>
|
|
</UL>
|
|
</UL>
|
|
|
|
<UL>
|
|
<LI>Merge adjacent lists
|
|
</UL>
|
|
|
|
<UL>
|
|
|
|
<UL>
|
|
<LI><A HREF="one.html">One</A>
|
|
<LI><A HREF="two.html">Two</A>
|
|
<LI><A HREF="three.html">Three</A>
|
|
</UL>
|
|
|
|
</BODY>
|
|
</HTML>
|