aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt
index b5b2d35d0..04bf49eff 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt
@@ -1,24 +1,24 @@
JAVADOC -> JAVADOC [0:0]
|--HTML_ELEMENT -> HTML_ELEMENT [0:0]
-| `--P_TAG_OPEN -> P_TAG_OPEN [0:0]
-| |--OPEN -> < [0:0]
+| `--P_TAG_START -> P_TAG_START [0:0]
+| |--START -> < [0:0]
| |--P_HTML_TAG_NAME -> p [0:1]
-| `--CLOSE -> > [0:2]
+| `--END -> > [0:2]
|--NEWLINE -> \r\n [0:3]
|--TEXT -> first paragraph [1:0]
|--NEWLINE -> \r\n [1:15]
|--HTML_ELEMENT -> HTML_ELEMENT [2:0]
| `--PARAGRAPH -> PARAGRAPH [2:0]
-| |--P_TAG_OPEN -> P_TAG_OPEN [2:0]
-| | |--OPEN -> < [2:0]
+| |--P_TAG_START -> P_TAG_START [2:0]
+| | |--START -> < [2:0]
| | |--P_HTML_TAG_NAME -> p [2:1]
-| | `--CLOSE -> > [2:2]
+| | `--END -> > [2:2]
| |--NEWLINE -> \r\n [2:3]
| |--TEXT -> second paragraph [3:0]
| |--NEWLINE -> \r\n [3:16]
-| `--P_TAG_CLOSE -> P_TAG_CLOSE [4:0]
-| |--OPEN -> < [4:0]
+| `--P_TAG_END -> P_TAG_END [4:0]
+| |--START -> < [4:0]
| |--SLASH -> / [4:1]
| |--P_HTML_TAG_NAME -> p [4:2]
-| `--CLOSE -> > [4:3]
+| `--END -> > [4:3]
`--EOF -> <EOF> [4:4]