Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Fix bug in Annex B defn of AtomEscape (tc39#2235)
Specifically, change: AtomEscape[U, N] :: CharacterEscape[~U, ?N] to: AtomEscape[U, N] :: CharacterEscape[?U, ?N] This fixes a bug that PR tc39#403 introduced way back in 2016. Resolves issue tc39#1672 (which see for some discussion).
- Loading branch information