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