fixed the regex for bnodes when parsing n-quads.#158
fixed the regex for bnodes when parsing n-quads.#158Jimflip wants to merge 1 commit intodigitalbazaar:mainfrom
Conversation
|
So the test doesn't build consistently before this PR. |
Some new framing tests were added recently due to some changes to the framing algorithm in the specification. We need to disable those for now so the tests pass again -- and then update our framing algorithm (when we have time) so they all pass. That's probably what you're seeing. |
|
This is probably also what we're seeing in #156. |
|
Just noticed this is still open, and no idea of how things have progressed since. Shall I close this PR or have a crack at resolving conflicts? |
|
The RDF parser has moved over to https://github.com/digitalbazaar/rdf-canonize/blob/master/lib/NQuads.js#L17 |
Actually only a partial fix to support '_' in the bnode label as per specification:
http://www.w3.org/TR/n-quads/#BNodes
This causes issues on rdflib also which is utilising jsonld.js for json-ld serialisation.