summaryrefslogtreecommitdiff
path: root/tests/parsing/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 17:47:16 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 17:47:16 -0400
commit99ab15be006b736522017b2c16a206e6540cc57d (patch)
tree8cd0c30c7bce2c16e430a19075ec83f13a06e492 /tests/parsing/README.md
parentc5365646ea2b6a6790eb8f8e70d15d25b5942a79 (diff)
A parsing test
Diffstat (limited to 'tests/parsing/README.md')
-rw-r--r--tests/parsing/README.md8
1 files changed, 8 insertions, 0 deletions
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.