langtools/test/tools/doclint/tidy/TextNotAllowed.out
changeset 14952 d0022ae20516
child 14962 19ffdfafbcd2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/langtools/test/tools/doclint/tidy/TextNotAllowed.out	Mon Dec 17 07:47:05 2012 -0800
@@ -0,0 +1,19 @@
+TextNotAllowed.java:11: error: text not allowed in <table> element
+ * <table summary=description> abc </table>
+                                   ^
+TextNotAllowed.java:12: error: text not allowed in <tbody> element
+ * <table summary=description> <tbody> abc </tbody> </table>
+                                           ^
+TextNotAllowed.java:13: error: text not allowed in <tr> element
+ * <table summary=description> <tr> abc </tr> </table>
+                                        ^
+TextNotAllowed.java:15: error: text not allowed in <dl> element
+ * <dl> abc </dl>
+            ^
+TextNotAllowed.java:16: error: text not allowed in <ol> element
+ * <ol> abc </ol>
+            ^
+TextNotAllowed.java:17: error: text not allowed in <ul> element
+ * <ul> abc </ul>
+            ^
+6 errors