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

regular expression: some incorrect codegen #6413

Closed
Boshen opened this issue Oct 10, 2024 · 1 comment · Fixed by #6524
Closed

regular expression: some incorrect codegen #6413

Boshen opened this issue Oct 10, 2024 · 1 comment · Fixed by #6524
Labels
C-bug Category - Bug good first issue Experience Level - Good for newcomers

Comments

@Boshen
Copy link
Member

Boshen commented Oct 10, 2024

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�`
@Boshen Boshen added C-bug Category - Bug good first issue Experience Level - Good for newcomers labels Oct 10, 2024
Boshen pushed a commit that referenced this issue Oct 10, 2024
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 `/[^]/`: `[]` == `[]`
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category - Bug good first issue Experience Level - Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant