diff options
Diffstat (limited to 'test/pretty/list-subject.ttl')
-rw-r--r-- | test/pretty/list-subject.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/pretty/list-subject.ttl b/test/pretty/list-subject.ttl new file mode 100644 index 00000000..927f56f3 --- /dev/null +++ b/test/pretty/list-subject.ttl @@ -0,0 +1,7 @@ +@prefix eg: <http://example.org/> . + +( + "apple" + "banana" + "cherry" +) a eg:ExampleList . |