aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementWbr.javadoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementWbr.javadoc')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementWbr.javadoc42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementWbr.javadoc b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementWbr.javadoc
new file mode 100644
index 000000000..40479ab1b
--- /dev/null
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/InputHtmlVoidElementWbr.javadoc
@@ -0,0 +1,42 @@
+* <p> <wbr> </p>
+* <li> <wbr> </li>
+* <tr> <wbr> </tr>
+* <td> <wbr> </td>
+* <th> <wbr> </th>
+* <body> <wbr> </body>
+* <colgroup> <wbr> </colgroup>
+* <dd> <wbr> </dd>
+* <dt> <wbr> </dt>
+* <head> <wbr> </head>
+* <html> <wbr> </html>
+* <option> <wbr> </option>
+* <tbody> <wbr> </tbody>
+* <thead> <wbr> </thead>
+* <tfoot> <wbr> </tfoot>
+
+* <p> <wbr/> </p>
+* <li> <wbr/> </li>
+* <tr> <wbr/> </tr>
+* <td> <wbr/> </td>
+* <th> <wbr/> </th>
+* <body> <wbr/> </body>
+* <colgroup> <wbr/> </colgroup>
+* <dd> <wbr/> </dd>
+* <dt> <wbr/> </dt>
+* <head> <wbr/> </head>
+* <html> <wbr/> </html>
+* <option> <wbr/> </option>
+* <tbody> <wbr/> </tbody>
+* <thead> <wbr/> </thead>
+* <tfoot> <wbr/> </tfoot>
+
+* <wbr>
+* <wbr/>
+* <wbr attr="something">
+* <wbr attr="something"/>
+* <wbr attr="something" attr2="someotherthing">
+* <wbr attr="something" attr2="someotherthing"/>
+* <wbr attr="something"
+* attr2="someotherting">
+* <wbr attr="something"
+* attr2="someotherting"/> \ No newline at end of file