Skip to content

Commit

Permalink
Add JSON-LD NegativeEvaluationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 7, 2019
1 parent 00510f0 commit 0ad9a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/testcase/TestCaseHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ module.exports = {
// JSON-LD test suite
'https://json-ld.org/test-suite/vocab#ToRDFTest':
new TestCaseJsonLdToRdfHandler(),
'https://json-ld.org/test-suite/vocab#NegativeEvaluationTest':
new TestCaseSyntaxHandler(false),
};
// tslint:enable:object-literal-sort-keys

0 comments on commit 0ad9a62

Please sign in to comment.