diff options
author | David Robillard <d@drobilla.net> | 2023-03-28 12:10:35 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | bd2d7f510576c2185ddb0e9b8872079dba2a05c7 (patch) | |
tree | ab02e921f11db296fc77ffbbd981bad51e9648bf /test/pretty/nested-list-subject.ttl | |
parent | e970e63146fb5d8de511104eba7aef5319e8653b (diff) | |
download | serd-bd2d7f510576c2185ddb0e9b8872079dba2a05c7.tar.gz serd-bd2d7f510576c2185ddb0e9b8872079dba2a05c7.tar.bz2 serd-bd2d7f510576c2185ddb0e9b8872079dba2a05c7.zip |
Fix pretty-printing of anonymous subjects
Diffstat (limited to 'test/pretty/nested-list-subject.ttl')
-rw-r--r-- | test/pretty/nested-list-subject.ttl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/pretty/nested-list-subject.ttl b/test/pretty/nested-list-subject.ttl new file mode 100644 index 00000000..128197c0 --- /dev/null +++ b/test/pretty/nested-list-subject.ttl @@ -0,0 +1,11 @@ +@prefix eg: <http://example.org/> . + +( + ( + eg:l1e1 + eg:l1e2 + ) ( + eg:l2e1 + eg:l2e2 + ) +) a eg:ExampleList . |