8026368: doclint does not report empty tags when tag closed implicitly

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2013-10-14 12:38:09 -07:00
parent 27bd2d769e
commit 09523f2583
6 changed files with 45 additions and 15 deletions

View file

@ -10,7 +10,7 @@
/** */
public class HtmlAttrsTest {
/**
* <p xyz>
* <p xyz> text </p>
*/
public void unknown() { }