mirror of https://github.com/kdl-org/kdl.git
remove accidental newline
This commit is contained in:
parent
cedd6475f1
commit
8cc7b5f0ba
1
SPEC.md
1
SPEC.md
|
|
@ -891,7 +891,6 @@ quoted-string :=
|
||||||
'"""' newline
|
'"""' newline
|
||||||
(multi-line-string-body newline)?
|
(multi-line-string-body newline)?
|
||||||
(unicode-space | ws-escape)* '"""'
|
(unicode-space | ws-escape)* '"""'
|
||||||
|
|
||||||
single-line-string-body := (string-character - newline)*
|
single-line-string-body := (string-character - newline)*
|
||||||
multi-line-string-body := (('"' | '""')? string-character)*
|
multi-line-string-body := (('"' | '""')? string-character)*
|
||||||
string-character :=
|
string-character :=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue