Skip to content

Commit f459d39

Browse files
committed
Make compound-all a negative test and add positive variant
1 parent df8c276 commit f459d39

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

sparql/sparql12/syntax-triple-terms-negative/manifest.ttl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
:quoted-variable-path-anonreifier
6363
:quoted-variable-path-reifier
6464
:quoted-variable-path-tripleterm
65+
:subject-tripleterm
6566
:syntax-update-anonreifier-01
6667
:syntax-update-anonreifier-02
6768

@@ -322,6 +323,11 @@
322323
mf:name "quoted-variable-path-tripleterm.rq" ;
323324
mf:action <quoted-variable-path-tripleterm.rq> .
324325

326+
:subject-tripleterm rdf:type mf:NegativeUpdateSyntaxTest11 ;
327+
dawgt:approval dawgt:Proposed ;
328+
mf:name "subject-tripleterm.rq" ;
329+
mf:action <subject-tripleterm.rq> .
330+
325331
:syntax-update-anonreifier-01 rdf:type mf:NegativeUpdateSyntaxTest11 ;
326332
dawgt:approval dawgt:Proposed ;
327333
mf:name "syntax-update-anonreifier-01.rq" ;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PREFIX : <http://example.com/ns#>
2+
3+
SELECT * {
4+
5+
<<:x ?R :z >> :p <<:a :b ?C ~ _:bnode >> .
6+
7+
<< <<(:x ?R :z )>> :p <<:a :b [] >> ~ _:bnode >>
8+
:q
9+
<< <<[] ?R :z ~ :iri >> :p <<:a :b [] >> >> .
10+
}

sparql/sparql12/syntax-triple-terms-positive/compound-all.rq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SELECT * {
44

55
<<:x ?R :z >> :p <<:a :b ?C ~ _:bnode >> .
66

7-
<< <<(:x ?R :z )>> :p <<:a :b [] >> ~ _:bnode >>
7+
<< <<:x ?R :z >> :p <<(:a :b [] )>> ~ _:bnode >>
88
:q
99
<< <<[] ?R :z ~ :iri >> :p <<:a :b [] >> >> .
1010
}

0 commit comments

Comments
 (0)