summaryrefslogtreecommitdiff
path: root/tests/interpretation/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-09 14:31:32 -0400
committerpommicket <pommicket@gmail.com>2025-09-09 14:31:32 -0400
commite33f6053d72711cf75c3b30c811fd2a99d6ca7d8 (patch)
tree7342822cf6bdba24627487cf622ca571528d67c9 /tests/interpretation/README.md
parent8bb5b5f2ef8bb1c431953ed42735f8371b708abf (diff)
Add list test
Diffstat (limited to 'tests/interpretation/README.md')
-rw-r--r--tests/interpretation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interpretation/README.md b/tests/interpretation/README.md
index b263e05..136142b 100644
--- a/tests/interpretation/README.md
+++ b/tests/interpretation/README.md
@@ -10,5 +10,5 @@ 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 (none of the entries have `;` in them, so this representation is
+`x` in the list with no leading/trailing whitespace (none of the entries have `;` in them, so this representation is
unambiguous).