emmet icon indicating copy to clipboard operation
emmet copied to clipboard

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

Open rzhao271 opened this issue 3 years ago • 0 comments

Downstream: https://github.com/microsoft/vscode/issues/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.

rzhao271 avatar Oct 06 '21 17:10 rzhao271