aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt
index bc40f1837..5ed8e1344 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/htmlTags/expectedAttributeValueWithoutQuotesAst.txt
@@ -1,21 +1,21 @@
JAVADOC -> JAVADOC [0:0]
|--HTML_ELEMENT -> HTML_ELEMENT [0:0]
| `--HTML_TAG -> HTML_TAG [0:0]
-| |--HTML_ELEMENT_OPEN -> HTML_ELEMENT_OPEN [0:0]
-| | |--OPEN -> < [0:0]
+| |--HTML_ELEMENT_START -> HTML_ELEMENT_START [0:0]
+| | |--START -> < [0:0]
| | |--HTML_TAG_NAME -> a [0:1]
| | |--WS -> [0:2]
| | |--ATTRIBUTE -> ATTRIBUTE [0:3]
| | | |--HTML_TAG_NAME -> href [0:3]
| | | |--EQUALS -> = [0:7]
| | | `--ATTR_VALUE -> http://www.ietf.org/rfc/rfc3758.txt [0:8]
-| | `--CLOSE -> > [0:44]
+| | `--END -> > [0:44]
| |--TEXT -> RFC 3758 [0:45]
-| `--HTML_ELEMENT_CLOSE -> HTML_ELEMENT_CLOSE [0:53]
-| |--OPEN -> < [0:53]
+| `--HTML_ELEMENT_END -> HTML_ELEMENT_END [0:53]
+| |--START -> < [0:53]
| |--SLASH -> / [0:54]
| |--HTML_TAG_NAME -> a [0:55]
-| `--CLOSE -> > [0:56]
+| `--END -> > [0:56]
|--TEXT -> . [0:57]
|--NEWLINE -> \r\n [0:58]
`--EOF -> <EOF> [1:0]