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