Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify that patterns are anchored #499

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Jun 20, 2024

As we transpile to some of the systems which always expect the regular expressions to be anchored at the start and the end (e.g., XSD engines), we verify in the patch that all verification patterns are appropriately anchored. This ensures that the patterns will also be correctly transpiled down the line.

As we transpile to some of the systems which always expect the regular
expressions to be anchored at the start and the end (*e.g.*, XSD
engines), we verify in the patch that all verification patterns are
appropriately anchored. This ensures that the patterns will also be
correctly transpiled down the line.
@mristin mristin merged commit b6d0a60 into main Jun 20, 2024
3 checks passed
@mristin mristin deleted the mristin/Verify-patterns-anchored-at-start-and-end branch June 20, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant