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
This is indeed a bug. It turns out to be a bug in how \b is being matched, which in turn is related to the recent change that \b is now speculatively matched by the DFA, which is getting it wrong. Working on it now.
I expect this code:
To output this:
But it outputs this:
Meta
The text was updated successfully, but these errors were encountered: