We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The new ast fuzz tests with unicode inputrs added in #5573 fail in CI but pass locally
Steps/Code to reproduce bug Run these RegularExpressionTranspilerSuite tests in CI:
RegularExpressionTranspilerSuite
test("AST fuzz test - regexp_find - full unicode input") { doAstFuzzTest(None, REGEXP_LIMITED_CHARS_FIND, RegexFindMode) } test("AST fuzz test - regexp_replace - full unicode input") { doAstFuzzTest(None, REGEXP_LIMITED_CHARS_REPLACE, RegexReplaceMode) }
Expected behavior Should have same behavior locally and in CI
Environment details (please complete the following information) N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
\d
\w
We documented this issue in 22.06
Sorry, something went wrong.
We need changes to CI to be able to complete this issue
Duplicate of #5629
andygrove
No branches or pull requests
Describe the bug
The new ast fuzz tests with unicode inputrs added in #5573 fail in CI but pass locally
Steps/Code to reproduce bug
Run these
RegularExpressionTranspilerSuite
tests in CI:Expected behavior
Should have same behavior locally and in CI
Environment details (please complete the following information)
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: