aboutsummaryrefslogtreecommitdiffstats
path: root/test/pretty/list-subject.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/list-subject.ttl')
-rw-r--r--test/pretty/list-subject.ttl8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pretty/list-subject.ttl b/test/pretty/list-subject.ttl
new file mode 100644
index 00000000..eb1c7a2e
--- /dev/null
+++ b/test/pretty/list-subject.ttl
@@ -0,0 +1,8 @@
+@prefix eg: <http://example.org/> .
+
+(
+ "apple"
+ "banana"
+ "cherry"
+)
+ a eg:ExampleList .