Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 0f9124f

Browse files
authored
Clarification nit-pick
1 parent 1ae5bc4 commit 0f9124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ contributors:
6565
1. Return the string-concatenation of 0x005C (REVERSE SOLIDUS) and the string in the “ControlEscape” column of the row whose “Code Point” column contains _c_.
6666
1. Let _otherPunctuators_ be the string-concatenation of *",-=<>#&!%:;@~'`"* and the code unit 0x0022 (QUOTATION MARK).
6767
1. Let _toEscape_ be StringToCodePoints(_otherPunctuators_).
68-
1. If _toEscape_ contains _c_, _c_ is matched by |WhiteSpace| or |LineTerminator|, or _c_ has the same numeric value as a leading surrogate or trailing surrogate, then
68+
1. If _toEscape_ contains _c_, or _c_ is matched by |WhiteSpace| or |LineTerminator|, or _c_ has the same numeric value as a leading surrogate or trailing surrogate, then
6969
1. If _c_ ≤ 0xFF, then
7070
1. Let _hex_ be Number::toString(𝔽(_c_), 16).
7171
1. Return the string-concatenation of the code unit 0x005C (REVERSE SOLIDUS), *"x"*, and StringPad(_hex_, 2, *"0"*, ~start~).

0 commit comments

Comments
 (0)