Skip to content

Commit

Permalink
feat: add list test with abbreviation in blank node
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored and gkellogg committed Apr 11, 2023
1 parent 87ec91d commit d8d3ce6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions turtle/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1646,6 +1646,14 @@
mf:result <turtle-eval-lists-05.nt> ;
.

<#turtle-eval-lists-06> rdf:type rdft:TestTurtleEval ;
mf:name "turtle-eval-lists-06" ;
rdfs:comment "list containing blank node with abbreviated term" ;
rdft:approval rdft:Approved ;
mf:action <turtle-eval-lists-06.ttl> ;
mf:result <turtle-eval-lists-06.nt> ;
.

<#turtle-syntax-bad-uri-01> rdf:type rdft:TestTurtleNegativeSyntax ;
mf:name "turtle-syntax-bad-uri-01" ;
rdfs:comment "Bad IRI : space (negative test)" ;
Expand Down
4 changes: 4 additions & 0 deletions turtle/turtle-eval-lists-06.nt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<http://www.w3.org/2013/TurtleTests/a> <http://www.w3.org/2013/TurtleTests/b> _:b0 .
_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b1 .
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2013/TurtleTests/c> .
2 changes: 2 additions & 0 deletions turtle/turtle-eval-lists-06.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@prefix : <http://www.w3.org/2013/TurtleTests/> .
:a :b ([ a :c ]) .

0 comments on commit d8d3ce6

Please sign in to comment.