Skip to content

Commit e355862

Browse files
authored
Clarify that CR not followed by LF is not allowed in an MLB (#867)
1 parent 6de8059 commit e355862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toml.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ str3 = """\
342342

343343
Any Unicode character may be used except those that must be escaped: backslash
344344
and the control characters other than tab, line feed, and carriage return
345-
(U+0000 to U+0008, U+000B, U+000C, U+000E to U+001F, U+007F).
345+
(U+0000 to U+0008, U+000B, U+000C, U+000E to U+001F, U+007F). Carriage returns
346+
(U+000D) are only allowed as part of a newline sequence.
346347

347348
You can write a quotation mark, or two adjacent quotation marks, anywhere inside
348349
a multi-line basic string. They can also be written just inside the delimiters.

0 commit comments

Comments
 (0)