diff options
author | David Robillard <d@drobilla.net> | 2023-03-27 15:42:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:41:43 -0400 |
commit | e970e63146fb5d8de511104eba7aef5319e8653b (patch) | |
tree | 9f8e24335b84012ec0473e62301f37491c31cdb9 /test/good/manifest.ttl | |
parent | 68c1a2e677775e489cff4beb38ef17c1efeae4e3 (diff) | |
download | serd-e970e63146fb5d8de511104eba7aef5319e8653b.tar.gz serd-e970e63146fb5d8de511104eba7aef5319e8653b.tar.bz2 serd-e970e63146fb5d8de511104eba7aef5319e8653b.zip |
Add pretty-printing 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 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.
Diffstat (limited to 'test/good/manifest.ttl')
-rw-r--r-- | test/good/manifest.ttl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl index 25359fdc..aeb90340 100644 --- a/test/good/manifest.ttl +++ b/test/good/manifest.ttl @@ -44,7 +44,6 @@ <#test-num> <#test-out-of-range-unicode> <#test-prefix> - <#test-pretty> <#test-quote-escapes> <#test-rel> <#test-semi-dot> @@ -276,12 +275,6 @@ mf:action <test-prefix.ttl> ; mf:result <test-prefix.nt> . -<#test-pretty> - rdf:type rdft:TestTurtleEval ; - mf:name "test-pretty" ; - mf:action <test-pretty.ttl> ; - mf:result <test-pretty.nt> . - <#test-quote-escapes> rdf:type rdft:TestTurtleEval ; mf:name "test-quote-escapes" ; |