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

Invalid regex tests #20

Open
Protryon opened this issue Oct 4, 2018 · 0 comments
Open

Invalid regex tests #20

Protryon opened this issue Oct 4, 2018 · 0 comments

Comments

@Protryon
Copy link

Protryon commented Oct 4, 2018

Tests in pass/pass-explicit:

66e383bfd18e66ab.js
78c215fabdf13bae.js
bf49ec8d96884562.js
e4a43066905a597b.js

These tests are asserting non-conforming behavior to the spec.

66e383bfd18e66ab.js:
Illegal to backreference n when n is > nParenthesis for unicode mode.

78c215fabdf13bae.js:
Backtracking is removed for {/} characters in unicode mode.

bf49ec8d96884562.js:
Cannot repeat lookaheads in unicode mode.

e4a43066905a597b.js
Same backtracking stuff in unicode mode.

@bakkot

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

No branches or pull requests

1 participant