We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5f78e commit 8cac1caCopy full SHA for 8cac1ca
sparql/sparql12/expression/duplicated-values-variable.rq
@@ -0,0 +1 @@
1
+SELECT * WHERE { VALUES (?a ?a) { (1 1) } }
sparql/sparql12/expression/manifest.ttl
@@ -10,6 +10,7 @@
10
mf:entries
11
(
12
:not-not
13
+ :duplicated-values-variable
14
) .
15
16
@@ -21,3 +22,7 @@
21
22
[ qt:query <not-not.rq> ] ;
23
mf:result <not-not.srx>
24
.
25
+
26
+:duplicated-values-variable rdf:type mf:NegativeSyntaxTest ;
27
+ mf:name "Duplicated variable in a VALUES clause" ;
28
+ mf:action <duplicated-values-variable.rq> .
0 commit comments