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/README.md | |
parent | 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (diff) |
POM website
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/README.md b/tests/README.md index 82c3eb3..8646a0d 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,9 +1 @@ -# Tests for POM - -Each subdirectory of this directory contains a type of test for POM parsers. -They are described below: - -- [`parsing/`](parsing/README.md) — for testing that key-value pairs are correct -- [`location/`](location/README.md) — for testing that definition location of keys is correctly determined -- [`errors/`](errors/README.md) — for testing that error conditions are detected and gracefully handled -- [`interpretation/`](interpretation/README.md) — for testing that numbers, booleans, and lists are parsed correctly +See <https://pom.computer/tests/index.html>. |