Skip to content

Commit

Permalink
#32 Remove 1.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Mar 30, 2024
1 parent 7984cfc commit d47c33f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ldtest/sparql/tests.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ SELECT ?test ?result ?input ?req ?extract_all_scripts WHERE {
FILTER NOT EXISTS {
?test jld:option / jld:specVersion "json-ld-1.0"^^xsd:string .
}

FILTER NOT EXISTS {
?test jld:option / jld:processingMode "json-ld-1.0"^^xsd:string .
}
}

0 comments on commit d47c33f

Please sign in to comment.