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