From 85a7900550eed23113aeda489de0d8491e420c76 Mon Sep 17 00:00:00 2001
From: pommicket \,
as a literal comma
in a list entry and \\
as a literal backslash,
- then removing any accepted-spaces surrounding list entries.
+ then removing any accepted-spaces and line feeds surrounding list entries.
List entries may be empty, but if the last entry in a list is empty, it is removed diff --git a/tests/interpretation/list.pom b/tests/interpretation/list.pom index f02fa23..3c08157 100644 --- a/tests/interpretation/list.pom +++ b/tests/interpretation/list.pom @@ -9,7 +9,10 @@ empties.list = ,,, empties.sep = ;;; escapees.list = \\,\a,\, escapees.sep = \;\a;,; - +nls.list = "a, + b, + c" +nls.sep = a;b;c; empty.list = empty.sep = -- cgit v1.2.3