diff options
author | pommicket <pommicket@gmail.com> | 2025-09-14 15:48:23 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-14 15:48:23 -0400 |
commit | 85a7900550eed23113aeda489de0d8491e420c76 (patch) | |
tree | 38b642468ab213b161647270b89ae4285294eda8 /tests/interpretation/list.pom | |
parent | 82eeb6da9e4b25a57b30a6c0c66480121c34be35 (diff) |
Line feeds should also be stripped from list entries
Diffstat (limited to 'tests/interpretation/list.pom')
-rw-r--r-- | tests/interpretation/list.pom | 5 |
1 files changed, 4 insertions, 1 deletions
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 = |