Skip to content

Commit

Permalink
Add Microdata-RDF test case handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 28, 2020
1 parent 33973b6 commit 18a0ea4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/testcase/TestCaseHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ module.exports = {
new TestCaseEvalHandler(),
'http://rdfa.info/vocabs/rdfa-test#NegativeEvaluationTest':
new TestCaseSyntaxHandler(true), // RDFa test suite never expect errors, just empty documents

// Microdata-RDF test suite
'http://www.w3.org/ns/rdftest#TestMicrodataEval':
new TestCaseEvalHandler(),
'http://www.w3.org/ns/rdftest#TestMicrodataNegativeSyntax':
new TestCaseSyntaxHandler(true), // Microdata-RDF test suite never expect errors, just empty documents
};
// tslint:enable:object-literal-sort-keys
// tslint:enable:max-line-length

0 comments on commit 18a0ea4

Please sign in to comment.