├── example_test.png ├── vendor ├── golang.org │ └── x │ │ └── net │ │ └── html │ │ ├── charset │ │ └── testdata │ │ │ ├── UTF-16BE-BOM.html │ │ │ ├── UTF-16LE-BOM.html │ │ │ ├── README │ │ │ ├── No-encoding-declaration.html │ │ │ ├── HTTP-charset.html │ │ │ ├── meta-charset-attribute.html │ │ │ ├── meta-content-attribute.html │ │ │ ├── HTTP-vs-meta-charset.html │ │ │ ├── UTF-8-BOM-vs-meta-charset.html │ │ │ ├── UTF-8-BOM-vs-meta-content.html │ │ │ ├── HTTP-vs-UTF-8-BOM.html │ │ │ └── HTTP-vs-meta-content.html │ │ ├── testdata │ │ └── webkit │ │ │ ├── pending-spec-changes-plain-text-unsafe.dat │ │ │ ├── scripted │ │ │ ├── adoption01.dat │ │ │ └── webkit01.dat │ │ │ ├── adoption02.dat │ │ │ ├── inbody01.dat │ │ │ ├── isindex.dat │ │ │ ├── tests4.dat │ │ │ ├── tests24.dat │ │ │ ├── tests14.dat │ │ │ ├── pending-spec-changes.dat │ │ │ ├── README │ │ │ ├── tests12.dat │ │ │ ├── comments01.dat │ │ │ ├── tests17.dat │ │ │ ├── webkit02.dat │ │ │ ├── adoption01.dat │ │ │ ├── tests21.dat │ │ │ ├── tests25.dat │ │ │ ├── tests23.dat │ │ │ ├── tables01.dat │ │ │ ├── html5test-com.dat │ │ │ ├── tests22.dat │ │ │ ├── tests8.dat │ │ │ ├── tests5.dat │ │ │ ├── entities02.dat │ │ │ ├── tests15.dat │ │ │ ├── tricky01.dat │ │ │ ├── tests18.dat │ │ │ ├── scriptdata01.dat │ │ │ ├── plain-text-unsafe.dat │ │ │ ├── tests3.dat │ │ │ └── tests26.dat │ │ ├── example_test.go │ │ ├── entity_test.go │ │ ├── escape_test.go │ │ ├── atom │ │ ├── atom.go │ │ ├── atom_test.go │ │ └── table_test.go │ │ ├── const.go │ │ ├── render_test.go │ │ ├── doc.go │ │ ├── node_test.go │ │ ├── doctype.go │ │ └── node.go └── github.com │ └── mb0 │ └── diff │ ├── README.md │ ├── LICENSE │ ├── example_test.go │ ├── diff_test.go │ └── diff.go ├── .gitignore ├── benchmark_test.go ├── LICENSE ├── example_test.go ├── pos.go ├── README.md ├── example_test.html ├── vizhtml └── viztree.go ├── nodes.go ├── clean.go ├── treerunes.go ├── fuzz.go ├── htmldiff.go └── append.go /example_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/documize/html-diff/HEAD/example_test.png -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/charset/testdata/UTF-16BE-BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/documize/html-diff/HEAD/vendor/golang.org/x/net/html/charset/testdata/UTF-16BE-BOM.html -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/charset/testdata/UTF-16LE-BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/documize/html-diff/HEAD/vendor/golang.org/x/net/html/charset/testdata/UTF-16LE-BOM.html -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat: -------------------------------------------------------------------------------- 1 | #data 2 |