aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/pretty/nested-list-object-with-empty-lists.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-05 16:30:39 -0400
committerDavid Robillard <d@drobilla.net>2023-04-06 07:19:11 -0400
commitf43066a36f98b89b4d853d3168ff0fe2edeb41d7 (patch)
tree05ab27bcf7bbe2b1f7849771c09f1cce5f6a6642 /test/extra/pretty/nested-list-object-with-empty-lists.ttl
parentc852ef7fbfaf00189f771f0163d796b0b73437ca (diff)
downloadserd-f43066a36f98b89b4d853d3168ff0fe2edeb41d7.tar.gz
serd-f43066a36f98b89b4d853d3168ff0fe2edeb41d7.tar.bz2
serd-f43066a36f98b89b4d853d3168ff0fe2edeb41d7.zip
Improve pretty-printing of lists and inline subjects
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.ttl11
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 (
+ (
+ ()
+ )
+ (
+ ()
+ )
+ ) .