mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
23ea431c4e
The lexer's isNamedEntityEnd function stopped scanning entity names
when encountering a digit character, causing 24 valid HTML named
entities with digits in their names (e.g. ¹, ½, ▓)
to be treated as plain text instead of decoded to their corresponding
Unicode characters.
Fixes #51323
(cherry picked from commit 75560ce43d)