We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148f3ed commit d81a457Copy full SHA for d81a457
html2rdf/tests/test-cases.rs
@@ -10,9 +10,11 @@ pub fn ttl_equality(
10
#[base_dir = "tests/test-suite/test-cases/"]
11
#[files("rdfa1.1*/*html5/*.*html")]
12
// exclude vocabulary expansion tests
13
+ #[exclude("rdfa1\\.1-vocab")]
14
// - 0240, 0241, 0242 are also vocab tests
15
+ #[exclude("024[0-2]")]
16
// - 0313, 0235-0239 are processor-graph tests
- #[exclude("(rdfa1\\.1-vocab|024[0-2]|0313|023[5-9])")]
17
+ #[exclude("0313|023[5-9]")]
18
// TODO: these tests are broken? or is this RDF-star?
19
#[exclude("(028[12])")]
20
// XHTML is not properly supported, yet
0 commit comments