From f43066a36f98b89b4d853d3168ff0fe2edeb41d7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Apr 2023 16:30:39 -0400 Subject: Improve pretty-printing of lists and inline subjects --- test/extra/pretty/list-subject-with-list-extras.ttl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/extra/pretty/list-subject-with-list-extras.ttl (limited to 'test/extra/pretty/list-subject-with-list-extras.ttl') diff --git a/test/extra/pretty/list-subject-with-list-extras.ttl b/test/extra/pretty/list-subject-with-list-extras.ttl new file mode 100644 index 00000000..0a0cd0e0 --- /dev/null +++ b/test/extra/pretty/list-subject-with-list-extras.ttl @@ -0,0 +1,12 @@ +@prefix eg: . + +( + "apple" + "banana" + "cherry" +) + eg:list ( + "asparagus" + "beet" + "carrot" + ) . -- cgit v1.2.1