We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c741227 commit 5937c74Copy full SHA for 5937c74
draft-marchan-kdl2.md
@@ -991,7 +991,7 @@ quoted-string :=
991
(multi-line-string-body newline)?
992
(unicode-space | ws-escape)* '"""'
993
single-line-string-body := (string-character - newline)*
994
-multi-line-string-body := ('"' | '""' | string-character)*?
+multi-line-string-body := (^'"""' ('"' | '""' | string-character))*?
995
string-character :=
996
'\\' (["\\bfnrts] |
997
'u{' hex-unicode '}') |
0 commit comments