aboutsummaryrefslogtreecommitdiffstats
path: root/test/pretty/nested-list-subject.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/nested-list-subject.ttl')
-rw-r--r--test/pretty/nested-list-subject.ttl11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/pretty/nested-list-subject.ttl b/test/pretty/nested-list-subject.ttl
deleted file mode 100644
index 128197c0..00000000
--- a/test/pretty/nested-list-subject.ttl
+++ /dev/null
@@ -1,11 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-(
- (
- eg:l1e1
- eg:l1e2
- ) (
- eg:l2e1
- eg:l2e2
- )
-) a eg:ExampleList .