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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Bug Report
Steps to Reproduce:
matchingRegex
constraintExpected Result:
Strings should be created that match the given regular expression, adhering to the (negative) look ahead/behind.
Actual Result:
The lookahead/lookbehind statement is treated as a literal and included in the output, rather than whitelisting/blacklisting the permitted strings.
e.g.
emits the following data:
Additional Context:
This may require an update to the Automaton library - #537
The text was updated successfully, but these errors were encountered: