Repository: jena Updated Branches: refs/heads/master e657cf538 -> af507ef3c
Set line endings test files because of long literals. Some tests are line-end sensitive, where there are Turtle or TriG long literals. Note these tests explicitly in the module level .gitattibutes file. Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/af507ef3 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/af507ef3 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/af507ef3 Branch: refs/heads/master Commit: af507ef3c6ba8eb4f5cad2fa438f9684171daca0 Parents: e657cf5 Author: Andy Seaborne <[email protected]> Authored: Sat Sep 27 10:29:14 2014 +0100 Committer: Andy Seaborne <[email protected]> Committed: Sat Sep 27 10:29:14 2014 +0100 ---------------------------------------------------------------------- jena-arq/.gitattributes | 17 +++++++++++++---- jena-arq/testing/RIOT/Lang/.gitattributes | 1 - 2 files changed, 13 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/af507ef3/jena-arq/.gitattributes ---------------------------------------------------------------------- diff --git a/jena-arq/.gitattributes b/jena-arq/.gitattributes index babdb8b..3c09bf0 100644 --- a/jena-arq/.gitattributes +++ b/jena-arq/.gitattributes @@ -2,7 +2,16 @@ # GIT will by default override the line endings with the platform default # So tell it not to for those files. -testing/RIOT/Lang/Turtle/turtle-subm-15.ttl text eol=lf -testing/RIOT/Lang/Turtle/turtle-subm-16.ttl text eol=lf -testing/RIOT/Lang/TurtleSubm/test-17.ttl text eol=lf -testing/RIOT/Lang/TurtleSubm/test-18.ttl text eol=lf +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 + + http://git-wip-us.apache.org/repos/asf/jena/blob/af507ef3/jena-arq/testing/RIOT/Lang/.gitattributes ---------------------------------------------------------------------- diff --git a/jena-arq/testing/RIOT/Lang/.gitattributes b/jena-arq/testing/RIOT/Lang/.gitattributes deleted file mode 100644 index 02c2af7..0000000 --- a/jena-arq/testing/RIOT/Lang/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.ttl -text
