Commit 8bd1595 1 parent 23918bd commit 8bd1595 Copy full SHA for 8bd1595
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -872,8 +872,8 @@ disallowed-keyword-identifiers := 'true' | 'false' | 'null' | 'inf' | '-inf' | '
872
872
quoted-string := '"' single-line-string-body '"' | '"""' newline multi-line-string-body newline (unicode-space | ws-escape)* '"""'
873
873
single-line-string-body := (string-character - newline)*
874
874
multi-line-string-body := (('"' | '""')? string-character)*
875
- string-character := '\' (["\\bfnrts] | 'u{' hex-digit{1, 6} '}') | ws-escape | [^\\"] - disallowed-literal-code-points
876
- ws-escape := '\' (unicode-space | newline)+
875
+ string-character := '\\ ' (["\\bfnrts] | 'u{' hex-digit{1, 6} '}') | ws-escape | [^\\"] - disallowed-literal-code-points
876
+ ws-escape := '\\ ' (unicode-space | newline)+
877
877
hex-digit := [0-9a-fA-F]
878
878
879
879
raw-string := '#' raw-string-quotes '#' | '#' raw-string '#'
You can’t perform that action at this time.
0 commit comments