AngleSharp / AngleSharp.Diffing

A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.
MIT License
37 stars 6 forks source link

No possibility to check for newly created HTML attribute #29

Closed desmondinho closed 1 year ago

desmondinho commented 1 year ago

Bug Report

Prerequisites

For more information, see the CONTRIBUTING guide.

Description

If HTML attribute is added dynamically, you can’t check for addition using existing methods like ShouldBeAddition or ShouldBeAttributeChange.

https://stackoverflow.com/questions/75345362/bunit-check-for-attribute-addition

egil commented 1 year ago

This belongs in the bUnit repo. Please move the issue over there, thanks, and the maintainers there will take a look.