archives

« Bugzilla Issues Index

#3243 — 12.1.1 Early Errors: Inconsistent handling of escape sequence in keywords


12.1.1 Static Semantics: Early Errors

Rev27 removed the early error restrictions for escape sequences in ReservedWord.

This is now allowed:
---
"use strict"; \u0069f;
---

But this one is still an error:
---
"use strict"; \u0069mplements;
---


fixed in rev28 editor's draft


fixed in rev28