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.ttl13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/pretty/nested-list-subject.ttl b/test/pretty/nested-list-subject.ttl
new file mode 100644
index 00000000..b32aa133
--- /dev/null
+++ b/test/pretty/nested-list-subject.ttl
@@ -0,0 +1,13 @@
+@prefix eg: <http://example.org/> .
+
+(
+ (
+ eg:l1e1
+ eg:l1e2
+ )
+ (
+ eg:l2e1
+ eg:l2e2
+ )
+)
+ a eg:ExampleList .