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

Abbreviation with non-quoted attributes and > operator not extracted properly #664

Open
rzhao271 opened this issue Oct 6, 2021 · 0 comments

Comments

@rzhao271
Copy link
Contributor

rzhao271 commented Oct 6, 2021

Downstream: microsoft/vscode#126780

Expected:

The following passes:

deepStrictEqual(extract('a[href=#]>p>a[href=#]'), result('a[href=#]>p>a[href=#]', 0));

Actual:

The extracted abbreviation is just a[href=#], starting from location 12.

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