diff options
author | David Robillard <d@drobilla.net> | 2023-04-05 16:30:39 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:11 -0400 |
commit | f43066a36f98b89b4d853d3168ff0fe2edeb41d7 (patch) | |
tree | 05ab27bcf7bbe2b1f7849771c09f1cce5f6a6642 /test/extra/pretty/anonymous-in-list-object.ttl | |
parent | c852ef7fbfaf00189f771f0163d796b0b73437ca (diff) | |
download | serd-f43066a36f98b89b4d853d3168ff0fe2edeb41d7.tar.gz serd-f43066a36f98b89b4d853d3168ff0fe2edeb41d7.tar.bz2 serd-f43066a36f98b89b4d853d3168ff0fe2edeb41d7.zip |
Improve pretty-printing of lists and inline subjects
Diffstat (limited to 'test/extra/pretty/anonymous-in-list-object.ttl')
-rw-r--r-- | test/extra/pretty/anonymous-in-list-object.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/extra/pretty/anonymous-in-list-object.ttl b/test/extra/pretty/anonymous-in-list-object.ttl index 4f135e29..a6b202f4 100644 --- a/test/extra/pretty/anonymous-in-list-object.ttl +++ b/test/extra/pretty/anonymous-in-list-object.ttl @@ -4,7 +4,8 @@ eg:s eg:p ( [ a eg:Spy - ] [ + ] + [ a eg:Ninja ] ) . |