Skip to content

Commit 844aca1

Browse files
sirainenslusarz
authored andcommitted
variables: Clarify that list filter doesn't do any escaping
1 parent 148a5f0 commit 844aca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/settings/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Bytes output type indicates that the output will be tagged as binary output. Sub
117117
| `ldap_dn` | String | String | Converts `domain.com` to `dc=domain,dc=com`. |
118118
| `lenumber` | Bytes | Number | Convert little-endian encoded input into a number. |
119119
| `lfill(width, filler)` | Any | Any | Pads value from left with filler until length is width. Default filler is `0`. |
120-
| `list(separator)` | String | String | Converts tab-escaped list into separator separated list. Defaults to `,`. |
120+
| `list(separator)` | String | String | Converts tab-escaped list into separator separated list. There is no escaping if the value already contains the separator. Defaults to `,`. |
121121
| `literal(string)` | None | String | Expands into literally the value. If variable is used, works like lookup. Input is ignored. |
122122
| `lookup(name)` | None | String | Lookup var from table. If var is variable, the name is taken from variable's contents. Input is ignored. |
123123
| `lower` | String | String | Lowercases input. |

0 commit comments

Comments
 (0)