Conformance Examples 0.1.0 — Transforms: transform-join¶
join-default-separator¶
With no argument, elements are joined with a single space.
Template
Context
Output
join-custom-separator¶
The single argument is used as the separator.
Template
Context
Output
join-numbers¶
Numeric elements are rendered to their string form before joining.
Template
Context
Output
join-empty-list¶
Joining an empty list yields an empty string.
Template
Context
Output
join-non-list-is-null¶
join operates only on lists; a string input yields null.
Template
Context
Output
Source fixture: transforms/transform-join.json