afs commented on issue #3968: URL: https://github.com/apache/jena/issues/3968#issuecomment-4607455799
The `*-c14.nt` files are the ones that matter - they are the result of the tests. All of `rdf-tests-cg/...` was updated recent (61d03eea97) by delete-copy from the rdf-tests GH repo. Which head commit are you using? What do you get for `cat -A extra_whitespace-02.nq extra_whitespace-02-c14n.nq` or any other pair of input/output files? I get: ``` <http://example/s> <http://example/p> "Alice" <http://example/g> .$ <http://example/s> <http://example/p> "Alice" <http://example/g> .$ ``` only the second should matter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
