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
The issue seems to be the combination of $ and multiple accepting states. I think the problem here might be that the occurrence of $ is not incorporated into the DFA itself as a state with its transitions, but as a bool that is read separately.
The text was updated successfully, but these errors were encountered:
Migrated from olehmisar#8
As reported, for "alexa?$" regex, these strings should pass but they fail:
From @ewynx:
The text was updated successfully, but these errors were encountered: