Skip to content

Commit d469795

Browse files
committed
Add RDFa test case handlers
1 parent 8aa652f commit d469795

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/testcase/TestCaseHandlers.ts

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ module.exports = {
8484
new TestCaseJsonLdSyntaxHandler(true),
8585
'https://w3c.github.io/json-ld-api/tests/vocab#FromRDFTest https://w3c.github.io/json-ld-api/tests/vocab#PositiveEvaluationTest':
8686
new TestCaseJsonLdFromRdfHandler(),
87+
88+
// RDFa test suite
89+
'http://rdfa.info/vocabs/rdfa-test#PositiveEvaluationTest':
90+
new TestCaseEvalHandler(),
91+
'http://rdfa.info/vocabs/rdfa-test#NegativeEvaluationTest':
92+
new TestCaseSyntaxHandler(false),
8793
};
8894
// tslint:enable:object-literal-sort-keys
8995
// tslint:enable:max-line-length

0 commit comments

Comments
 (0)