aboutsummaryrefslogtreecommitdiffstats
path: root/test/pretty/inline-blanks-and-lists.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:12 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit08a09191dd69e66aa56822383e84fe034d59dd3f (patch)
tree36048566f68bf46b8ad6b52925e0fac30f9f38fa /test/pretty/inline-blanks-and-lists.ttl
parentf1adf9a4999d80d26314565d0c1f49c4471e5851 (diff)
downloadserd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.gz
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.bz2
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.zip
Separate test suites and simplify licensing metadata
Diffstat (limited to 'test/pretty/inline-blanks-and-lists.ttl')
-rw-r--r--test/pretty/inline-blanks-and-lists.ttl61
1 files changed, 0 insertions, 61 deletions
diff --git a/test/pretty/inline-blanks-and-lists.ttl b/test/pretty/inline-blanks-and-lists.ttl
deleted file mode 100644
index c57482d3..00000000
--- a/test/pretty/inline-blanks-and-lists.ttl
+++ /dev/null
@@ -1,61 +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: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 .