Testing rdfjs-c14n
rdfjs-c14n is an implementation (under development) of the RDF Dataset Canonicalization algorithm. (The algorithm is being specified by the W3C RDF Dataset Canonicalization and Hash Working Group). This repository is to become an "official" test for the algorithm, eventually relying on the testing methodology the WG will adopt in due time. The test material (test manifest and the tests themselves) are directly fetched from the official repository of the specification.
Having this as a separate repository makes it also possible to test rdfjs-c14n
as a separate module to be used, via npm
, as an imported module in other places.
(Note, however, that at this point the package.json
file in the package relies on the local linkage to the rdfjs-c14n
module rather than importing from npm
. When the project gets to a final equilibrium point, the package file will be modified. In the meantime, users of this module must modify the package.json
file by putting a reference to rdfjs-c14n
manually.)
Maintainer: @iherman