We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa652f commit d469795Copy full SHA for d469795
lib/testcase/TestCaseHandlers.ts
@@ -84,6 +84,12 @@ module.exports = {
84
new TestCaseJsonLdSyntaxHandler(true),
85
'https://w3c.github.io/json-ld-api/tests/vocab#FromRDFTest https://w3c.github.io/json-ld-api/tests/vocab#PositiveEvaluationTest':
86
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),
93
};
94
// tslint:enable:object-literal-sort-keys
95
// tslint:enable:max-line-length
0 commit comments