Adds SPARQL-star tests evaluation

pull/171/head
Tpt 3 years ago
parent 7858eb210a
commit 7e0738b624
  1. 10
      testsuite/tests/sparql.rs

@ -138,9 +138,17 @@ fn sparql11_tsv_w3c_evaluation_testsuite() -> Result<()> {
} }
#[test] #[test]
fn sparql_star_query_syntax_testsuite() -> Result<()> { fn sparql_star_syntax_testsuite() -> Result<()> {
run_testsuite( run_testsuite(
"https://w3c.github.io/rdf-star/tests/sparql/syntax/manifest.ttl", "https://w3c.github.io/rdf-star/tests/sparql/syntax/manifest.ttl",
vec![], vec![],
) )
} }
#[test]
fn sparql_star_eval_testsuite() -> Result<()> {
run_testsuite(
"https://w3c.github.io/rdf-star/tests/sparql/eval/manifest.ttl",
vec![],
)
}

Loading…
Cancel
Save