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
Looks like this is probably a discrepancy in how word boundaries and invalid UTF-8 are handled in the matching engines. Notably, the pattern =(?-u:\b) also fails, but the is_match results are inverted.
This program does not pass all asserts:
Found by @lukaslueg in #321
The text was updated successfully, but these errors were encountered: