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