From e970e63146fb5d8de511104eba7aef5319e8653b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Mar 2023 15:42:27 -0400 Subject: 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. --- test/pretty/named-graph.trig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/pretty/named-graph.trig (limited to 'test/pretty/named-graph.trig') diff --git a/test/pretty/named-graph.trig b/test/pretty/named-graph.trig new file mode 100644 index 00000000..5cd12f3b --- /dev/null +++ b/test/pretty/named-graph.trig @@ -0,0 +1,8 @@ +@prefix eg: . + +eg:g { + eg:s + eg:p [ + a eg:Object + ] . +} -- cgit v1.2.1