File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -881,11 +881,11 @@ string-character := '\\' (["\\bfnrts] | 'u{' hex-unicode '}') | ws-escape | [^\\
881
881
ws-escape := '\\' (unicode-space | newline)+
882
882
hex-digit := [0-9a-fA-F]
883
883
hex-unicode := hex-digit{1, 6} - surrogate - above-max-scalar // Unicode Scalar Value in hex₁₆, leading 0s allowed within length ≤ 6
884
- surrogate := [0]{0,2} [dD][8-9a-fA-F]hex-digit{2}
885
- // U+D800-DFFF: D 8 00
886
- // D F FF
887
- above-max-scalar = [2-9a-fA-F]hex-digit{5} | [1][1-9a-fA-F]hex-digit{4}
888
- // >U+10FFFF: >1 _____ 1 >0 ____
884
+ surrogate := [0]{0, 2} [dD] [8-9a-fA-F] hex-digit{2}
885
+ // U+D800-DFFF: D 8 00
886
+ // D F FF
887
+ above-max-scalar = [2-9a-fA-F] hex-digit{5} | [1] [1-9a-fA-F] hex-digit{4}
888
+ // >U+10FFFF: >1 _____ 1 >0 ____
889
889
890
890
891
891
raw-string := '#' raw-string-quotes '#' | '#' raw-string '#'
You can’t perform that action at this time.
0 commit comments