Skip to content

Commit 9f057f0

Browse files
committed
fix some conformance issues
- include "html5-invalid" tests: these have some invalid markup but should still be able to be processed. - use SPARQL to simplify tests - improve property-copying algorithm (better than spec?)
1 parent 88cefba commit 9f057f0

17 files changed

+1146
-362
lines changed

Cargo.lock

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html2rdf/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ pretty_assertions = "1.4.1"
5454
rstest = { version = "0.26.1", default-features = false, features = [
5555
"crate-name",
5656
] }
57+
serde = { version = "1.0.228", features = ["derive"] }
58+
serde_json = "1.0.149"
59+
spareval = "0.2.6"
60+
spargebra = "0.4.6"
5761

5862
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
5963
librdfa-wrapper = { workspace = true }

0 commit comments

Comments
 (0)