From f43066a36f98b89b4d853d3168ff0fe2edeb41d7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Apr 2023 16:30:39 -0400 Subject: Improve pretty-printing of lists and inline subjects --- test/extra/pretty/nested-list-object-with-empty-lists.ttl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/extra/pretty/nested-list-object-with-empty-lists.ttl (limited to 'test/extra/pretty/nested-list-object-with-empty-lists.ttl') 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: . + +eg:s + eg:list ( + ( + () + ) + ( + () + ) + ) . -- cgit v1.2.1