You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regression fix: Lost ampersands in Character Reference State's Anything Else case
The Anything Else case of the Character Reference State discarded the
ampersand that had been consumed to enter the state. This led to e.g. in
the Data State, "&*" emitting only a "*" char token, when you'd expect
both a "&" and "*" char token.
This regressed in ee19894.
0 commit comments