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/graph-abbreviation.trig | |
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/graph-abbreviation.trig')
-rw-r--r-- | test/extra/pretty/graph-abbreviation.trig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/extra/pretty/graph-abbreviation.trig b/test/extra/pretty/graph-abbreviation.trig index 8ec75f6e..c6d5e32e 100644 --- a/test/extra/pretty/graph-abbreviation.trig +++ b/test/extra/pretty/graph-abbreviation.trig @@ -53,7 +53,8 @@ :lists ( [ rdf:value 7 - ] [ + ] + [ rdf:value 8 ] ) . |