From 8eab5b0063137f8008562c5069a9f14ed34355b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 18 Apr 2023 19:30:51 +0200 Subject: Add tests for serialization foramts. These are outside the regular unit testing, since they are more of end to end tests. Parts of this functionality is however still in the unit tests. --- tests/formats/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/formats/README.md (limited to 'tests/formats/README.md') diff --git a/tests/formats/README.md b/tests/formats/README.md new file mode 100644 index 00000000..b17bd866 --- /dev/null +++ b/tests/formats/README.md @@ -0,0 +1,9 @@ +Serialization and deserialization formats +========================================= + +`test.scm` runs every other test. + +xcal +---- + +The program handles xml trees with a default namespace fine, but diff does not. -- cgit v1.2.3