Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oxigraph/testsuite/tests/canonicalization.rs

9 lines
211 B

#![cfg(test)]
use anyhow::Result;
use oxigraph_testsuite::check_testsuite;
#[test]
fn rdf_canon_w3c_testsuite() -> Result<()> {
check_testsuite("https://w3c.github.io/rdf-canon/tests/manifest.ttl", &[])
}