Grammar: Fix rule headings in section "Lexical structure" (KT-22676)
This commit is contained in:
committed by
Sergey Igushkin
parent
e8f8488d54
commit
c0866e7ba2
@@ -36,16 +36,16 @@ NoEscapeString
|
||||
RegularStringPart
|
||||
: <any character other than backslash, quote, $ or newline>
|
||||
|
||||
ShortTemplateEntryStart:
|
||||
ShortTemplateEntryStart
|
||||
: "$"
|
||||
|
||||
EscapeSequence:
|
||||
EscapeSequence
|
||||
: UnicodeEscapeSequence | RegularEscapeSequence
|
||||
|
||||
UnicodeEscapeSequence:
|
||||
UnicodeEscapeSequence
|
||||
: "\u" HexDigit{4}
|
||||
|
||||
RegularEscapeSequence:
|
||||
RegularEscapeSequence
|
||||
: "\" <any character other than newline>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user