diff -r 000000000000 -r 959103a6100f test/tools/doclint/tidy/BadEnd.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/doclint/tidy/BadEnd.out Wed Apr 27 01:34:52 2016 +0800 @@ -0,0 +1,20 @@ +BadEnd.java:14: warning: nested tag not allowed: + * text + ^ +BadEnd.java:14: warning: empty tag + * text + ^ +BadEnd.java:14: error: element not closed: code + * text + ^ +BadEnd.java:14: error: element not closed: code + * text + ^ +BadEnd.java:13: error: element not closed: a + * text + ^ +BadEnd.java:13: error: element not closed: a + * text + ^ +4 errors +2 warnings