From 1409f161793a289819df1f31eccb579b71f45475 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Aug 2021 22:28:59 -0400 Subject: Fix pretty-printing nested empty lists and add test suite The earlier "test" was just hitting the code without actually checking the output. This new suite is a set of pretty-printed documents which serd must reproduce from a model exactly to pass. This should make it easy to add cases in the future, since each case is just a document, as it should look. --- test/good/manifest.ttl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/good/manifest.ttl') diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl index b546b9f7..0198a8c8 100644 --- a/test/good/manifest.ttl +++ b/test/good/manifest.ttl @@ -46,7 +46,6 @@ <#test-non-curie-uri> <#test-num> <#test-prefix> - <#test-pretty> <#test-rel> <#test-semi-dot> <#test-uri-escape> @@ -276,12 +275,6 @@ mf:action ; mf:result . -<#test-pretty> - rdf:type rdft:TestTurtleEval ; - mf:name "test-pretty" ; - mf:action ; - mf:result . - <#test-rel> rdf:type rdft:TestTurtleEval ; mf:name "test-rel" ; -- cgit v1.2.1