Runs SPARQL 1.2 testsuite

pull/768/head
Tpt 8 months ago committed by Thomas Tanon
parent d49fb47767
commit 70a4ff231b
  1. 2
      testsuite/rdf-tests
  2. 11
      testsuite/tests/sparql.rs

@ -1 +1 @@
Subproject commit 35fb5dd65b9d504770008a85b4ff577cc581fcee
Subproject commit 8bd6d803093bc80750c0d01343166c9742ddd08c

@ -104,6 +104,17 @@ fn sparql11_tsv_w3c_evaluation_testsuite() -> Result<()> {
)
}
#[test]
fn sparql12_w3c_testsuite() -> Result<()> {
check_testsuite(
"https://w3c.github.io/rdf-tests/sparql/sparql12/manifest.ttl",
&[
// Literal normalization
"https://w3c.github.io/rdf-tests/sparql/sparql12/grouping#group01",
],
)
}
#[test]
fn sparql_star_syntax_testsuite() -> Result<()> {
check_testsuite(

Loading…
Cancel
Save