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