Skip to content

Commit c95db79

Browse files
committed
[spec] address tc39#58 (comment)
1 parent 29b08c3 commit c95db79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ contributors: Jordan Harband
5757

5858
<emu-alg>
5959
1. Let _codePoints_ be a new empty List.
60-
1. Let _punctuators_ be the following String, which consists of every ASCII punctuator except U+005F (LOW LINE): *"(){}[]|,.?\*+-^$=<>\/#&!%:;@~'"`"*.
60+
1. Let _punctuators_ be the string-concatenation of *"(){}[]|,.?*+-^$=<>/#&!%:;@~'`"*, the code unit 0x0022 (QUOTATION MARK), and the code unit 0x005C (REVERSE SOLIDUS).
6161
1. Let _toEscape_ be StringToCodePoints(_punctuators_).
6262
1. If _toEscape_ contains _c_ or _c_ is matched by |WhiteSpace|, then
6363
1. Append the code point U+005C (REVERSE SOLIDUS) to _codePoints_.

0 commit comments

Comments
 (0)