aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt
index df65ff289..fcd480ee1 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedHtmlTagsInParagraphAst.txt
@@ -4,45 +4,45 @@ JAVADOC -> JAVADOC [0:0]
|--TEXT -> [1:2]
|--HTML_ELEMENT -> HTML_ELEMENT [1:3]
| `--PARAGRAPH -> PARAGRAPH [1:3]
-| |--P_TAG_OPEN -> P_TAG_OPEN [1:3]
-| | |--OPEN -> < [1:3]
+| |--P_TAG_START -> P_TAG_START [1:3]
+| | |--START -> < [1:3]
| | |--P_HTML_TAG_NAME -> p [1:4]
-| | `--CLOSE -> > [1:5]
+| | `--END -> > [1:5]
| |--NEWLINE -> \r\n [1:6]
| |--LEADING_ASTERISK -> * [2:0]
| |--TEXT -> [2:2]
| |--HTML_TAG -> HTML_TAG [2:3]
-| | |--HTML_ELEMENT_OPEN -> HTML_ELEMENT_OPEN [2:3]
-| | | |--OPEN -> < [2:3]
+| | |--HTML_ELEMENT_START -> HTML_ELEMENT_START [2:3]
+| | | |--START -> < [2:3]
| | | |--HTML_TAG_NAME -> b [2:4]
-| | | `--CLOSE -> > [2:5]
+| | | `--END -> > [2:5]
| | |--TEXT -> Description [2:6]
-| | `--HTML_ELEMENT_CLOSE -> HTML_ELEMENT_CLOSE [2:17]
-| | |--OPEN -> < [2:17]
+| | `--HTML_ELEMENT_END -> HTML_ELEMENT_END [2:17]
+| | |--START -> < [2:17]
| | |--SLASH -> / [2:18]
| | |--HTML_TAG_NAME -> b [2:19]
-| | `--CLOSE -> > [2:20]
+| | `--END -> > [2:20]
| |--TEXT -> [2:21]
| |--HTML_TAG -> HTML_TAG [2:22]
-| | |--HTML_ELEMENT_OPEN -> HTML_ELEMENT_OPEN [2:22]
-| | | |--OPEN -> < [2:22]
+| | |--HTML_ELEMENT_START -> HTML_ELEMENT_START [2:22]
+| | | |--START -> < [2:22]
| | | |--HTML_TAG_NAME -> i [2:23]
-| | | `--CLOSE -> > [2:24]
+| | | `--END -> > [2:24]
| | |--TEXT -> of [2:25]
-| | `--HTML_ELEMENT_CLOSE -> HTML_ELEMENT_CLOSE [2:27]
-| | |--OPEN -> < [2:27]
+| | `--HTML_ELEMENT_END -> HTML_ELEMENT_END [2:27]
+| | |--START -> < [2:27]
| | |--SLASH -> / [2:28]
| | |--HTML_TAG_NAME -> i [2:29]
-| | `--CLOSE -> > [2:30]
+| | `--END -> > [2:30]
| |--TEXT -> my class. [2:31]
| |--NEWLINE -> \r\n [2:41]
| |--LEADING_ASTERISK -> * [3:0]
| |--TEXT -> [3:2]
-| `--P_TAG_CLOSE -> P_TAG_CLOSE [3:3]
-| |--OPEN -> < [3:3]
+| `--P_TAG_END -> P_TAG_END [3:3]
+| |--START -> < [3:3]
| |--SLASH -> / [3:4]
| |--P_HTML_TAG_NAME -> p [3:5]
-| `--CLOSE -> > [3:6]
+| `--END -> > [3:6]
|--NEWLINE -> \r\n [3:7]
|--LEADING_ASTERISK -> * [4:0]
|--TEXT -> Another line of text [4:2]