Skip to content

Commit

Permalink
Further updates to syntax-query manifest and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaWesterinen committed Feb 8, 2024
1 parent 258d985 commit 5bc10cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions sparql/sparql11/syntax-query/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
mf:name "syntax-bind-02.rq" ;
mf:action :syntax-bind-02.rq ;.

:test_41 rdf:type mf:PositiveSyntaxTest11 ;
# Was 'PositiveSyntaxTest' but a query accept type of CSV, etc. is not valid for CONSTRUCT
:test_41 rdf:type mf:NegativeSyntaxTest11 ;
dawgt:approval dawgt:Approved ;
dawgt:approvedBy <http://www.w3.org/2009/sparql/meeting/2011-04-05#resolution_2> ;
mf:name "syntax-construct-where-01.rq" ;
Expand All @@ -353,7 +354,8 @@
qt:data :data.ttl> ] ;.
# mf:action :syntax-construct-where-01.rq ;.

:test_42 rdf:type mf:PositiveSyntaxTest11 ;
# Was 'PositiveSyntaxTest' but a query accept type of CSV, etc. is not valid for CONSTRUCT
:test_42 rdf:type mf:NegativeyntaxTest11 ;
dawgt:approval dawgt:Approved ;
dawgt:approvedBy <http://www.w3.org/2009/sparql/meeting/2011-04-05#resolution_2> ;
mf:name "syntax-construct-where-02.rq" ;
Expand Down
2 changes: 1 addition & 1 deletion sparql/sparql11/syntax-query/syntax-select-expr-04.rq
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PREFIX : <http://example/>
SELECT (:abs(?x +?y) AS ?F) ?z {}
SELECT (abs(?x +?y) AS ?F) ?z {}
# SELECT (:function(?x +?y) AS ?F) ?z {}

0 comments on commit 5bc10cb

Please sign in to comment.