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