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
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.
66e383bfd18e66ab.js
n
78c215fabdf13bae.js: Backtracking is removed for {/} characters in unicode mode.
78c215fabdf13bae.js
{
}
bf49ec8d96884562.js: Cannot repeat lookaheads in unicode mode.
bf49ec8d96884562.js
e4a43066905a597b.js Same backtracking stuff in unicode mode.
e4a43066905a597b.js
@bakkot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tests in pass/pass-explicit:
These tests are asserting non-conforming behavior to the spec.
66e383bfd18e66ab.js
:Illegal to backreference
n
whenn
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
The text was updated successfully, but these errors were encountered: