Skip to content

Commit

Permalink
Don't expect errors in rdfa:NegativeEvaluationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 18, 2019
1 parent ceff017 commit 5d8cec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testcase/TestCaseHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
'http://rdfa.info/vocabs/rdfa-test#PositiveEvaluationTest':
new TestCaseEvalHandler(),
'http://rdfa.info/vocabs/rdfa-test#NegativeEvaluationTest':
new TestCaseSyntaxHandler(false),
new TestCaseSyntaxHandler(true), // RDFa test suite never expect errors, just empty documents
};
// tslint:enable:object-literal-sort-keys
// tslint:enable:max-line-length

0 comments on commit 5d8cec9

Please sign in to comment.