mirror of https://github.com/kdl-org/kdl.git
fix(spec): Correct bom from U+FFEF to U+FEFF (#153)
This commit is contained in:
parent
3df2b719a0
commit
785abebfc5
2
SPEC.md
2
SPEC.md
|
|
@ -466,7 +466,7 @@ newline := See Table (All line-break white_space)
|
||||||
|
|
||||||
ws := bom | unicode-space | multi-line-comment
|
ws := bom | unicode-space | multi-line-comment
|
||||||
|
|
||||||
bom := '\u{FFEF}'
|
bom := '\u{FEFF}'
|
||||||
|
|
||||||
unicode-space := See Table (All White_Space unicode characters which are not `newline`)
|
unicode-space := See Table (All White_Space unicode characters which are not `newline`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue