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
See #6411
Expect to Parse: tasks/coverage/test262/test/built-ins/String/prototype/split/separator-regexp.js × Regular Expression content mismatch for `/\cY/`: `\c�` == `\c�`
The text was updated successfully, but these errors were encountered:
fix(regular_expression): Fix CharacterClass negative codegen (#6415)
c822b48
Part of #6413 , fixes these mismatch. ``` × Regular Expression content mismatch for `/[^]a/m`: `[]a` == `[]a` × Regular Expression content mismatch for `/a[^]/`: `a[]` == `a[]` × Regular Expression content mismatch for `/[^]/`: `[]` == `[]` × Regular Expression content mismatch for `/[^]/`: `[]` == `[]` ```
Last case: https://github.com/oxc-project/oxc/blob/c56343d1f3098364e04866da18e6d169671f7acc/tasks/coverage/snapshots/parser_test262.snap#L9
Sorry, something went wrong.
fix(regular_expression): Fixed control Y regular expression (#6524)
9f9057b
Fixes #6413 Fixed regular expression for control Y
Successfully merging a pull request may close this issue.
See #6411
The text was updated successfully, but these errors were encountered: