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 646b0a2 commit 169cf91Copy full SHA for 169cf91
GRAMMAR.ABNF
@@ -688,7 +688,7 @@ unquoted-string = (%x41-5A / %x61-7A / %x5F) *( ; A-Za-z_
688
%x41-5A / ; A-Z
689
%x5F / ; _
690
%x61-7A) ; a-z
691
-quoted-string = quotation-mark 1*(unescaped-char / escaped-char) quotation-mark
+quoted-string = quotation-mark *(unescaped-char / escaped-char) quotation-mark
692
unescaped-char = %x20-21 / %x23-5B / %x5D-10FFFF
693
escape = %x5C ; \
694
quotation-mark = %x22 ; "
0 commit comments