diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 22:03:14 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 22:03:14 -0400 |
commit | f63e631a8e110c7b0a54b8b55516ad3c2d75b626 (patch) | |
tree | 5e9199cfab18a330a31013ec2cdcef22f38dce17 /tests/parsing/README.md | |
parent | a43c3e078f5b49be7e662b650f61d23aaf6aae9a (diff) |
Add more tests
Diffstat (limited to 'tests/parsing/README.md')
-rw-r--r-- | tests/parsing/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/parsing/README.md b/tests/parsing/README.md index d3389cf..2279c04 100644 --- a/tests/parsing/README.md +++ b/tests/parsing/README.md @@ -1,7 +1,6 @@ # Parsing tests -These tests only check that key-value pairs are parsed correctly. -They do not test merging, number/list parsing, or schema validation. +These tests are for checking that key-value pairs are parsed correctly. 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 |