afs commented on issue #3845:
URL: https://github.com/apache/jena/issues/3845#issuecomment-4209804209

   The problem is looking like it's git.
   
   The file needs to be marked "binary" so that conversion to local OS newlines 
does not happen.  `Files.readAllBytes` does not process newlines. Jena `actual` 
look right.
   
   `out.print(" ." + System.lineSeparator());` makes the other fix - local OS 
newlines on output. That would be fine except NT/NQ for C14N is defined to be 
`NL` not `CRNL`.
   


-- 
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]

Reply via email to