aboutsummaryrefslogtreecommitdiffstats
path: root/test/pretty/inline-list-subject.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-28 12:10:35 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commitbd2d7f510576c2185ddb0e9b8872079dba2a05c7 (patch)
treeab02e921f11db296fc77ffbbd981bad51e9648bf /test/pretty/inline-list-subject.ttl
parente970e63146fb5d8de511104eba7aef5319e8653b (diff)
downloadserd-bd2d7f510576c2185ddb0e9b8872079dba2a05c7.tar.gz
serd-bd2d7f510576c2185ddb0e9b8872079dba2a05c7.tar.bz2
serd-bd2d7f510576c2185ddb0e9b8872079dba2a05c7.zip
Fix pretty-printing of anonymous subjects
Diffstat (limited to 'test/pretty/inline-list-subject.ttl')
-rw-r--r--test/pretty/inline-list-subject.ttl6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pretty/inline-list-subject.ttl b/test/pretty/inline-list-subject.ttl
new file mode 100644
index 00000000..a3f8ac18
--- /dev/null
+++ b/test/pretty/inline-list-subject.ttl
@@ -0,0 +1,6 @@
+@prefix eg: <http://example.org/eg#> .
+
+(
+ eg:item1
+ eg:item2
+) eg:isA eg:List .