| ... | @@ -11811,7 +11811,7 @@ fn readU32Be() u32 {} | ... | @@ -11811,7 +11811,7 @@ fn readU32Be() u32 {} |
| 11811 | </p> | 11811 | </p> |
| 11812 | <p> | 11812 | <p> |
| 11813 | Each LF may be immediately preceded by a single CR (byte value 0x0d, code point U+000d, {#syntax#}'\r'{#endsyntax#}) | 11813 | Each LF may be immediately preceded by a single CR (byte value 0x0d, code point U+000d, {#syntax#}'\r'{#endsyntax#}) |
| 11814 | to form a Windows style line ending, but this is discouraged. Note that in mulitline strings, CRLF sequences will | 11814 | to form a Windows style line ending, but this is discouraged. Note that in multiline strings, CRLF sequences will |
| 11815 | be encoded as LF when compiled into a zig program. | 11815 | be encoded as LF when compiled into a zig program. |
| 11816 | A CR in any other context is not allowed. | 11816 | A CR in any other context is not allowed. |
| 11817 | </p> | 11817 | </p> |