aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/pretty
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/pretty')
-rw-r--r--test/extra/pretty/inline-blank-subject.ttl6
-rw-r--r--test/extra/pretty/inline-blanks-and-lists.ttl76
-rw-r--r--test/extra/pretty/manifest.ttl14
3 files changed, 0 insertions, 96 deletions
diff --git a/test/extra/pretty/inline-blank-subject.ttl b/test/extra/pretty/inline-blank-subject.ttl
deleted file mode 100644
index 87ea8051..00000000
--- a/test/extra/pretty/inline-blank-subject.ttl
+++ /dev/null
@@ -1,6 +0,0 @@
-@prefix eg: <http://example.org/eg#> .
-
-[
- a eg:BlankSubject
-]
- eg:isA eg:Blank .
diff --git a/test/extra/pretty/inline-blanks-and-lists.ttl b/test/extra/pretty/inline-blanks-and-lists.ttl
deleted file mode 100644
index 3fdfa4ee..00000000
--- a/test/extra/pretty/inline-blanks-and-lists.ttl
+++ /dev/null
@@ -1,76 +0,0 @@
-@prefix eg: <http://example.org/eg#> .
-
-[
- a eg:TopBlank
-] .
-
-[
- a []
-] .
-
-[
- a ()
-] .
-
-[]
- a [] ,
- [] .
-
-[]
- a [] ,
- () .
-
-[]
- a () ,
- [] .
-
-[]
- a () ,
- () .
-
-eg:s2
- a eg:SparseThing ,
- [] ,
- () ,
- [] ,
- [] ,
- () ,
- () ,
- <http://example.org/uri21> ,
- [] ,
- <http://example.org/uri22> ,
- () ,
- <http://example.org/uri23> ,
- [] ,
- eg:o21 ,
- [] ,
- eg:o22 ,
- () ,
- eg:o23 ,
- [] ,
- eg:o24 ,
- [
- a eg:Child
- ] ,
- [] ,
- eg:o25 ,
- [
- a eg:FirstChild
- ] , [
- a eg:SecondChild
- ] ,
- () ,
- eg:o26 ,
- eg:o27 .
-
-eg:s3
- a eg:Thing ;
- eg:p1 eg:o1 ,
- [
- a eg:SubThing ;
- eg:p2 eg:o2
- ] , [
- a eg:OtherSubThing ;
- eg:p3 eg:o3
- ] ;
- eg:p4 eg:o4 .
diff --git a/test/extra/pretty/manifest.ttl b/test/extra/pretty/manifest.ttl
index 6422c9e0..71968ae9 100644
--- a/test/extra/pretty/manifest.ttl
+++ b/test/extra/pretty/manifest.ttl
@@ -18,8 +18,6 @@
<#empty-list-subject>
<#empty-list-subject-and-object>
<#graph-abbreviation>
- <#inline-blank-subject>
- <#inline-blanks-and-lists>
<#inline-list-subject>
<#langtags>
<#list-in-object>
@@ -106,18 +104,6 @@
mf:name "graph-abbreviation" ;
mf:result <graph-abbreviation.trig> .
-<#inline-blank-subject>
- a rdft:TestTurtleEval ;
- mf:action <inline-blank-subject.ttl> ;
- mf:name "inline-blank-subject" ;
- mf:result <inline-blank-subject.ttl> .
-
-<#inline-blanks-and-lists>
- a rdft:TestTurtleEval ;
- mf:action <inline-blanks-and-lists.ttl> ;
- mf:name "inline-blanks-and-lists" ;
- mf:result <inline-blanks-and-lists.ttl> .
-
<#inline-list-subject>
a rdft:TestTurtleEval ;
mf:action <inline-list-subject.ttl> ;