summaryrefslogtreecommitdiff
path: root/tests/interpretation/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-23 14:26:18 -0400
committerpommicket <pommicket@gmail.com>2025-09-23 14:26:18 -0400
commitee57036c9cfdff27a81a38a9c5abc3b631f3a83c (patch)
tree812ad4393c68b0575c4010d9b25d39e20ceefb1c /tests/interpretation/README.md
parent6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (diff)
POM website
Diffstat (limited to 'tests/interpretation/README.md')
-rw-r--r--tests/interpretation/README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/interpretation/README.md b/tests/interpretation/README.md
index 1691757..b39988c 100644
--- a/tests/interpretation/README.md
+++ b/tests/interpretation/README.md
@@ -1,14 +1 @@
-# Interpretation tests
-
-These tests check that booleans, numbers, floats, and lists are interpreted correctly.
-
-`int.pom`, `uint.pom`, `float.pom`, `bool.pom` — These files contain two sections,
-`[good]` and `[bad]`. The keys in `good` are in pairs `k.a` and `k.b`. Their values must
-parse to the same int/uint/float/boolean as each other.
-The values in `bad` are all invalid int/uint/float/booleans, and parsing them should
-return an error.
-
-`list.pom` — The keys in this file are in pairs `k.list` and `k.sep`.
-`k.list` is a POM list, and `k.sep` is the concatenation of `x;` for each entry
-`x` in the list with no leading/trailing whitespace (none of the entries have `;` in them, so this representation is
-unambiguous).
+See <https://pom.computer/tests/interpretation.html>.