WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.62k stars 78 forks source link

Fix issue #260 escape for attributes in `XMLDocument`s #261

Closed omril1 closed 4 months ago

WebReflection commented 4 months ago

we're almost there ... code-coverage still not happy ... mind trying to make it happy? there are 6 cases:

these should cover these changes and pass through all logic branches, if I haven't missed any other case, thanks!