This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit b8c9b6ce2f3b98f8d6786b50e7fbd2ff99dff0e1 Author: Andy Seaborne <[email protected]> AuthorDate: Fri Feb 7 17:54:32 2025 +0000 Remove stray file in ShEx tests area --- jena-shex/src/test/files/spec/validation/Q.rq | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jena-shex/src/test/files/spec/validation/Q.rq b/jena-shex/src/test/files/spec/validation/Q.rq deleted file mode 100644 index 9c683906da..0000000000 --- a/jena-shex/src/test/files/spec/validation/Q.rq +++ /dev/null @@ -1,6 +0,0 @@ -PREFIX sht: <http://www.w3.org/ns/shacl/test-suite#> - -SELECT DISTINCT ?o { - ?s a ?o . - FILTER(STRSTARTS( str(?o) , str(sht:) )) -}
