Fix SPARQL test data by aucampia · Pull Request #1981 · RDFLib/rdflib (original) (raw)
Summary of changes
This patch syncs the content of test/data/suites/w3c/dawg-data-r2/
and test/data/suites/w3c/sparql11/
with the upstream sources for these
tests so we know that we are running the official test suites.
Other changes:
- Use
.gitattributes
to instruct git to not tamper with the content oftest/data/suites/w3c/
. - Add an ingore for one more test of SPARQL which fails after this sync.
- Ignore some extraneous files that come from upstream sources,
specifically .bak and MacOS files.
NOTE: Diff is significantly more terse when ignoring whitespaces, diff with ignored whitespaces can be found here.
Checklist
- Checked that there aren't other open pull requests for
the same change. - Checked that all tests and type checking passes.
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.