diff options
Diffstat (limited to 'test/pretty/anonymous-in-list-object.ttl')
-rw-r--r-- | test/pretty/anonymous-in-list-object.ttl | 10 |
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 + ] + ) . |