Skip to content

AngleSharp/AngleSharp.Diffing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 14, 2024
5694c9b · Oct 14, 2024
Apr 28, 2021
Oct 13, 2024
Mar 14, 2022
Oct 31, 2019
Oct 31, 2019
Oct 13, 2024
Apr 22, 2021
Dec 26, 2019
Oct 31, 2019
Apr 21, 2021
Apr 22, 2021
Dec 26, 2019
Dec 26, 2019

Repository files navigation

AngleSharp Diffing - A diff/compare library for AngleSharp

Build status GitHub Tag NuGet Count Issues Open Gitter Chat CLA Assistant

AngleSharp Diffing makes it possible to compare AngleSharp control nodes and test nodes and get a list of differences between them.

The control nodes represents the expected HTML tree, i.e. how the nodes are expected to look, and the test nodes represents the nodes that should be compared to the control nodes.

Documentation:

Acknowledgments

  • Florian Rappl from the AngleSharp team for providing ideas, input and sample code for working with AngleSharp.
  • XMLUnit has been a great inspiration for creating this library.