diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 14:26:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 14:26:18 -0400 |
commit | ee57036c9cfdff27a81a38a9c5abc3b631f3a83c (patch) | |
tree | 812ad4393c68b0575c4010d9b25d39e20ceefb1c /tests/parsing/README.md | |
parent | 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (diff) |
POM website
Diffstat (limited to 'tests/parsing/README.md')
-rw-r--r-- | tests/parsing/README.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/parsing/README.md b/tests/parsing/README.md deleted file mode 100644 index 2279c04..0000000 --- a/tests/parsing/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Parsing tests - -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 -in a simple way without any section headers, and only using doubly-quoted single-line strings. |