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/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/pretty/README.md (limited to 'test/pretty/README.md') diff --git a/test/pretty/README.md b/test/pretty/README.md new file mode 100644 index 00000000..361d9491 --- /dev/null +++ b/test/pretty/README.md @@ -0,0 +1,5 @@ +Pretty Test Suite +================= + +This suite contains single-file tests that can be read and rewritten in the +same syntax, exactly reproducing the input byte-for-byte. -- cgit v1.2.1