From 46afe437a984d3a22532d1774ae14146ebd659be Mon Sep 17 00:00:00 2001 From: ugurtafrali Date: Thu, 9 Apr 2026 00:21:42 +0300 Subject: [PATCH] GH-3845: Fix line endings in c14n test files for n-triples and n-quads --- jena-arq/testing/rdf-tests-cg/rdf/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes b/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes index 501e5284547..384f99ffce5 100644 --- a/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes +++ b/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes @@ -11,3 +11,6 @@ rdf11/rdf-trig/trig-subm-15.nq text eol=lf rdf11/rdf-trig/trig-subm-16.trig text eol=lf rdf11/rdf-trig/trig-subm-16.nq text eol=lf rdf11/rdf-trig/literal_with_LINE_FEED.trig text eol=lf + +rdf12/rdf-n-triples/c14n/*.nt text eol=lf +rdf12/rdf-n-quads/c14n/*.nq text eol=lf