diff options
Diffstat (limited to 'test/extra/pretty/nested-list-object-with-empty-lists.ttl')
-rw-r--r-- | test/extra/pretty/nested-list-object-with-empty-lists.ttl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/extra/pretty/nested-list-object-with-empty-lists.ttl b/test/extra/pretty/nested-list-object-with-empty-lists.ttl new file mode 100644 index 00000000..4760fd2b --- /dev/null +++ b/test/extra/pretty/nested-list-object-with-empty-lists.ttl @@ -0,0 +1,11 @@ +@prefix eg: <http://example.org/> . + +eg:s + eg:list ( + ( + () + ) + ( + () + ) + ) . |