You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-marchan-kdl2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -452,7 +452,7 @@ interpreted as described in the following table:
452
452
| Form Feed | `\f` | `U+000C` |
453
453
| Space | `\s` | `U+0020` |
454
454
| Unicode Escape | `\u{(1-6 hex chars)}` | Code point described by hex characters, as long as it represents a [Unicode Scalar Value](https://unicode.org/glossary/#unicode_scalar_value) |
455
-
| Whitespace Escape | See below | N/A |
455
+
| Whitespace Escape | See below | N/A |
456
456
457
457
#### Escaped Whitespace
458
458
@@ -985,12 +985,12 @@ string-character :=
985
985
[^\\"] - disallowed-literal-code-points
986
986
ws-escape := '\\' (unicode-space | newline)+
987
987
hex-digit := [0-9a-fA-F]
988
-
hex-unicode := hex-digit{1, 6} - surrogate - above-max-scalar // Unicode Scalar Value in hex₁₆, leading 0s allowed within length ≤ 6
0 commit comments