Skip to content

Commit d81a457

Browse files
committed
tidy up include/exclude
1 parent 148f3ed commit d81a457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

html2rdf/tests/test-cases.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ pub fn ttl_equality(
1010
#[base_dir = "tests/test-suite/test-cases/"]
1111
#[files("rdfa1.1*/*html5/*.*html")]
1212
// exclude vocabulary expansion tests
13+
#[exclude("rdfa1\\.1-vocab")]
1314
// - 0240, 0241, 0242 are also vocab tests
15+
#[exclude("024[0-2]")]
1416
// - 0313, 0235-0239 are processor-graph tests
15-
#[exclude("(rdfa1\\.1-vocab|024[0-2]|0313|023[5-9])")]
17+
#[exclude("0313|023[5-9]")]
1618
// TODO: these tests are broken? or is this RDF-star?
1719
#[exclude("(028[12])")]
1820
// XHTML is not properly supported, yet

0 commit comments

Comments
 (0)