aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra')
-rw-r--r--test/extra/pretty/manifest.ttl14
-rw-r--r--test/extra/syntactic/inline-blank-subject.ttl (renamed from test/extra/pretty/inline-blank-subject.ttl)0
-rw-r--r--test/extra/syntactic/inline-blanks-and-lists.ttl (renamed from test/extra/pretty/inline-blanks-and-lists.ttl)0
-rw-r--r--test/extra/syntactic/manifest.ttl24
4 files changed, 24 insertions, 14 deletions
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> ;
diff --git a/test/extra/pretty/inline-blank-subject.ttl b/test/extra/syntactic/inline-blank-subject.ttl
index 87ea8051..87ea8051 100644
--- a/test/extra/pretty/inline-blank-subject.ttl
+++ b/test/extra/syntactic/inline-blank-subject.ttl
diff --git a/test/extra/pretty/inline-blanks-and-lists.ttl b/test/extra/syntactic/inline-blanks-and-lists.ttl
index 3fdfa4ee..3fdfa4ee 100644
--- a/test/extra/pretty/inline-blanks-and-lists.ttl
+++ b/test/extra/syntactic/inline-blanks-and-lists.ttl
diff --git a/test/extra/syntactic/manifest.ttl b/test/extra/syntactic/manifest.ttl
new file mode 100644
index 00000000..22507130
--- /dev/null
+++ b/test/extra/syntactic/manifest.ttl
@@ -0,0 +1,24 @@
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdft: <http://www.w3.org/ns/rdftest#> .
+@prefix serd: <http://drobilla.net/ns/serd#> .
+
+<>
+ a mf:Manifest ;
+ rdfs:comment "Serd syntactic (non-model) pretty-printing test cases" ;
+ mf:entries (
+ <#inline-blank-subject>
+ <#inline-blanks-and-lists>
+ ) .
+
+<#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> .