Skip to content

Commit 6309975

Browse files
Update docs/source-2.0/spec/idl.rst
Co-authored-by: Jordon Phillips <JordonPhillips@users.noreply.github.com>
1 parent 5acd95f commit 6309975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source-2.0/spec/idl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ string support defined in :rfc:`7405`.
168168
TaggedStringLiteral :"#" `Identifier` [`SP`] (`RawQuotedText` / `RawTextBlock`)
169169
RawQuotedText :DQUOTE *`RawQuotedChar` DQUOTE
170170
RawQuotedChar :%x09 / %x20-21 / %x23-5B / %x5D-10FFFF
171-
:/ `Escape` %x00-10FFFF
171+
:/ `Escape` (%x09 / %x20-7E / %x80-10FFFF)
172172
:/ `NL`
173173
RawTextBlock :`ThreeDquotes` [`SP`] `NL` *`RawTextBlockContent` `ThreeDquotes`
174174
RawTextBlockContent :`RawQuotedChar` / (1*2DQUOTE 1*`RawQuotedChar`)

0 commit comments

Comments
 (0)