From f4f568d6426d2caa4117df95601f20598f690345 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 13:56:54 -0400 Subject: Clarify lists --- site/spec.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/site/spec.html b/site/spec.html index 9435812..ed34d5c 100644 --- a/site/spec.html +++ b/site/spec.html @@ -303,8 +303,8 @@ time = 35 min

Although POM does not have a way of specially designating a value as being a list, there is a recommended syntax for encoding them. Specifically, a value can be treated as a list - by first splitting it into comma-delimited parts (treating \, as a literal comma - in a list entry), then removing any accepted-spaces surrounding list entries. + by first splitting it into comma-delimited parts, treating \, as a literal comma + in a list entry and \\ as a literal backslash, then removing any accepted-spaces surrounding list entries.

List entries may be empty, but if the last entry in a list is empty, it is removed @@ -349,6 +349,12 @@ time = 35 min + + escapees = \\,\a,\, + \ + \a + , + -- cgit v1.2.3