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
Describe the bug
During fuzz testing I found some patterns that the transpiler allows but cuDF does not support, such as [^\r\n]3$|}}\t. This is not valid because the left side of the choice ends with a line anchor, causing cuDF to fail during the compilation of the pattern.
Steps/Code to reproduce bug
Add this pattern to the "transpiler detects invalid cuDF patterns" test in RegularExpressionTranspilerSuite.
Expected behavior
Test should pass.
Environment details (please complete the following information)
N/A
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
During fuzz testing I found some patterns that the transpiler allows but cuDF does not support, such as
[^\r\n]3$|}}\t
. This is not valid because the left side of the choice ends with a line anchor, causing cuDF to fail during the compilation of the pattern.Steps/Code to reproduce bug
Add this pattern to the
"transpiler detects invalid cuDF patterns"
test inRegularExpressionTranspilerSuite
.Expected behavior
Test should pass.
Environment details (please complete the following information)
N/A
Additional context
None
The text was updated successfully, but these errors were encountered: