aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt
index a9445f0cc..6df07dbef 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedCommentsAst.txt
@@ -11,14 +11,14 @@ JAVADOC -> JAVADOC [0:0]
|--TEXT -> [1:16]
|--HTML_ELEMENT -> HTML_ELEMENT [1:17]
| `--HTML_TAG -> HTML_TAG [1:17]
-| |--HTML_ELEMENT_OPEN -> HTML_ELEMENT_OPEN [1:17]
-| | |--OPEN -> < [1:17]
+| |--HTML_ELEMENT_START -> HTML_ELEMENT_START [1:17]
+| | |--START -> < [1:17]
| | |--HTML_TAG_NAME -> b [1:18]
-| | `--CLOSE -> > [1:19]
+| | `--END -> > [1:19]
| |--TEXT -> String [1:20]
-| `--HTML_ELEMENT_CLOSE -> HTML_ELEMENT_CLOSE [1:26]
-| |--OPEN -> < [1:26]
+| `--HTML_ELEMENT_END -> HTML_ELEMENT_END [1:26]
+| |--START -> < [1:26]
| |--SLASH -> / [1:27]
| |--HTML_TAG_NAME -> b [1:28]
-| `--CLOSE -> > [1:29]
+| `--END -> > [1:29]
`--EOF -> <EOF> [1:30]