AngleSharp / AngleSharp.Diffing

A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.

License:MIT License


Languages

Language:C# 98.2%Language:Shell 0.9%Language:PowerShell 0.8%