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 cdc4442 commit 7ff9c93Copy full SHA for 7ff9c93
docs/docs/internals/syntax.md
@@ -72,7 +72,7 @@ multiLineChars ::= {[‘"’] [‘"’] char \ ‘"’} {‘"’}
72
processedStringLiteral
73
::= alphaid ‘"’ {printableChar \ (‘"’ | ‘$’) | escape} ‘"’
74
| alphaid ‘"""’ {[‘"’] [‘"’] char \ (‘"’ | ‘$’) | escape} {‘"’} ‘"""’
75
-escape ::= ‘$$’ \comment{$}
+escape ::= ‘$$’
76
| ‘$’ letter { letter | digit }
77
| ‘{’ Block [‘;’ whiteSpace stringFormat whiteSpace] ‘}’
78
stringFormat ::= {printableChar \ (‘"’ | ‘}’ | ‘ ’ | ‘\t’ | ‘\n’)}
0 commit comments