A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.
Перейти к файлу
Egil Hansen 4584019c8b
Update README.md
2019-12-26 07:46:21 +00:00
.github preview-1 (#4) 2019-11-03 23:24:08 +00:00
docs Dev (#7) 2019-12-25 22:11:33 +00:00
src Dev (#7) 2019-12-25 22:11:33 +00:00
tools Squashed commit of the following: 2019-11-24 12:00:38 +00:00
.editorconfig preview-1 (#4) 2019-11-03 23:24:08 +00:00
.gitattributes preview-1 (#4) 2019-11-03 23:24:08 +00:00
.gitignore preview-1 (#4) 2019-11-03 23:24:08 +00:00
CHANGELOG.md Dev (#7) 2019-12-25 22:11:33 +00:00
LICENSE flight coding 2019-09-24 11:52:59 +00:00
README.md Update README.md 2019-12-26 07:46:21 +00:00
appveyor.yml preview-1 (#4) 2019-11-03 23:24:08 +00:00
build.cake preview-1 (#4) 2019-11-03 23:24:08 +00:00
build.ps1 preview-1 (#4) 2019-11-03 23:24:08 +00:00
build.sh preview-1 (#4) 2019-11-03 23:24:08 +00:00

README.md

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.