blob: 3009fef4dd0ecea32747641f7f17985bb84608e4 [file] [log] [blame]
package test.html.others;
/**
* Test non-closing tags
* <p>
* First paragraph
* <ul>
* <li>table</li>
* </ul>
* <p>
* Second paragraph
* </p>
*/
public class X08 {
}