aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedUnclosedAndClosedParagraphsAst.txt
blob: b5b2d35d0343f6fc6a7151502bba581e8dd690ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
JAVADOC -> JAVADOC [0:0]
|--HTML_ELEMENT -> HTML_ELEMENT [0:0]
|   `--P_TAG_OPEN -> P_TAG_OPEN [0:0]
|       |--OPEN -> < [0:0]
|       |--P_HTML_TAG_NAME -> p [0:1]
|       `--CLOSE -> > [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_HTML_TAG_NAME -> p [2:1]
|       |   `--CLOSE -> > [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]
|           |--SLASH -> / [4:1]
|           |--P_HTML_TAG_NAME -> p [4:2]
|           `--CLOSE -> > [4:3]
`--EOF -> <EOF> [4:4]