diff options
Diffstat (limited to 'tests/parsing/README.md')
-rw-r--r-- | tests/parsing/README.md | 8 |
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. |