We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acd95f commit 6309975Copy full SHA for 6309975
1 file changed
docs/source-2.0/spec/idl.rst
@@ -168,7 +168,7 @@ string support defined in :rfc:`7405`.
168
TaggedStringLiteral :"#" `Identifier` [`SP`] (`RawQuotedText` / `RawTextBlock`)
169
RawQuotedText :DQUOTE *`RawQuotedChar` DQUOTE
170
RawQuotedChar :%x09 / %x20-21 / %x23-5B / %x5D-10FFFF
171
- :/ `Escape` %x00-10FFFF
+ :/ `Escape` (%x09 / %x20-7E / %x80-10FFFF)
172
:/ `NL`
173
RawTextBlock :`ThreeDquotes` [`SP`] `NL` *`RawTextBlockContent` `ThreeDquotes`
174
RawTextBlockContent :`RawQuotedChar` / (1*2DQUOTE 1*`RawQuotedChar`)
0 commit comments