mirror of https://github.com/kdl-org/kdl.git
Fixed inconsistency between spec wording and BNF (#88)
This commit is contained in:
parent
15aff6a309
commit
e7147cf4ac
2
SPEC.md
2
SPEC.md
|
|
@ -190,7 +190,7 @@ interpreted as described in the following table:
|
||||||
| Quotation Mark (Double Quote) | `\"` | `U+0022` |
|
| Quotation Mark (Double Quote) | `\"` | `U+0022` |
|
||||||
| Backspace | `\b` | `U+0008` |
|
| Backspace | `\b` | `U+0008` |
|
||||||
| Form Feed | `\f` | `U+000C` |
|
| Form Feed | `\f` | `U+000C` |
|
||||||
| Unicode Escape | `\u{(0-6 hex chars)}` | Code point described by hex characters, up to `10FFFF` |
|
| Unicode Escape | `\u{(1-6 hex chars)}` | Code point described by hex characters, up to `10FFFF` |
|
||||||
|
|
||||||
### Raw String
|
### Raw String
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue