From 7219a81ad6cff840eb604983b3752d4f2097532a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Apr 2023 06:35:51 -0400 Subject: Add support for writing terse output with minimal newlines --- test/extra/terse/collection_object.ttl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/extra/terse/collection_object.ttl (limited to 'test/extra/terse/collection_object.ttl') diff --git a/test/extra/terse/collection_object.ttl b/test/extra/terse/collection_object.ttl new file mode 100644 index 00000000..3310c418 --- /dev/null +++ b/test/extra/terse/collection_object.ttl @@ -0,0 +1,2 @@ +@prefix eg: . +eg:s eg:p1 ( 1 2 ) ; eg:p2 ( 3 4 ) . -- cgit v1.2.1