From 99ab15be006b736522017b2c16a206e6540cc57d Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 17:47:16 -0400 Subject: A parsing test --- tests/parsing/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/parsing/README.md (limited to 'tests/parsing/README.md') diff --git a/tests/parsing/README.md b/tests/parsing/README.md new file mode 100644 index 0000000..d3389cf --- /dev/null +++ b/tests/parsing/README.md @@ -0,0 +1,8 @@ +# Parsing tests + +These tests only check that key-value pairs are parsed correctly. +They do not test merging, number/list parsing, or schema validation. + +Each test `x` consists of two files, `x.pom` and `x.flat.pom`. These +files should produce the exact same schema, but `x.flat.pom` is formatted +in a simple way without any section headers, and only using doubly-quoted single-line strings. -- cgit v1.2.3