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