diff options
Diffstat (limited to 'test/extra/pretty/list-object.ttl')
-rw-r--r-- | test/extra/pretty/list-object.ttl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/extra/pretty/list-object.ttl b/test/extra/pretty/list-object.ttl new file mode 100644 index 00000000..735d9df6 --- /dev/null +++ b/test/extra/pretty/list-object.ttl @@ -0,0 +1,8 @@ +@prefix eg: <http://example.org/> . + +eg:s + eg:list ( + "apple" + "banana" + "cherry" + ) . |