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 6c77e41Copy full SHA for 6c77e41
sparql/sparql12/expression/duplicated_values_var.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_var
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_var rdf:type mf:NegativeSyntaxTest ;
27
+ mf:name "Duplicated variable in a VALUES clause" ;
28
+ mf:action <duplicated_values_var.rq> .
0 commit comments