This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 005c8de9b7ce25a946701856e67a148a8dd9842e Author: Andy Seaborne <[email protected]> AuthorDate: Thu Apr 9 09:51:41 2026 +0100 GH-3845: gitattributes setting for rdf-tests CG tests --- jena-arq/.gitattributes | 28 ------------------------ jena-arq/testing/rdf-tests-cg/rdf/.gitattributes | 2 ++ 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/jena-arq/.gitattributes b/jena-arq/.gitattributes deleted file mode 100644 index f1618df1b6..0000000000 --- a/jena-arq/.gitattributes +++ /dev/null @@ -1,28 +0,0 @@ -## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 -## -# Some tests require exact line endings -# GIT will by default override the line endings with the platform default -# So tell it not to for those files. - -testing/RIOT/Lang/TrigStd/trig-subm-15.trig text eol=lf -testing/RIOT/Lang/TrigStd/trig-subm-16.trig text eol=lf - -testing/RIOT/Lang/TurtleStd/turtle-subm-15.ttl text eol=lf -testing/RIOT/Lang/TurtleStd/turtle-subm-16.ttl text eol=lf - -testing/RIOT/Lang/TrigStd/literal_with_LINE_FEED.trig text eol=lf -testing/RIOT/Lang/TurtleStd/literal_with_LINE_FEED.ttl text eol=lf - -testing/RIOT/Lang/TurtleSubm/test-17.ttl text eol=lf -testing/RIOT/Lang/TurtleSubm/test-18.ttl text eol=lf - -## The exact copies from rdf-tests-cg - -testing/rdf-tests-cg/trig/trig-subm-15.trig text eol=lf -testing/rdf-tests-cg/trig/trig-subm-16.trig text eol=lf - -testing/rdf-tests-cg/turtle/turtle-subm-15.ttl text eol=lf -testing/rdf-tests-cg/turtle/turtle-subm-16.ttl text eol=lf - -testing/rdf-tests-cg/trig/literal_with_LINE_FEED.trig text eol=lf -testing/rdf-tests-cg/turtle/literal_with_LINE_FEED.ttl text eol=lf diff --git a/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes b/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes index 501e528454..f187f79a95 100644 --- a/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes +++ b/jena-arq/testing/rdf-tests-cg/rdf/.gitattributes @@ -11,3 +11,5 @@ 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/**/c14n/*-c14n.nt text eol=lf
