Issue #13632: Update token documentation to reflect actual token types
This commit is contained in:
commit
e7e1cccd69
|
@ -68,7 +68,6 @@ The token constants are:
|
|||
EQUAL
|
||||
DOT
|
||||
PERCENT
|
||||
BACKQUOTE
|
||||
LBRACE
|
||||
RBRACE
|
||||
EQEQUAL
|
||||
|
@ -94,6 +93,8 @@ The token constants are:
|
|||
DOUBLESLASH
|
||||
DOUBLESLASHEQUAL
|
||||
AT
|
||||
RARROW
|
||||
ELLIPSIS
|
||||
OP
|
||||
ERRORTOKEN
|
||||
N_TOKENS
|
||||
|
|
Loading…
Reference in New Issue