Conformance Examples 0.1.0 — Transforms: transform-strip_newlines¶
strip_newlines-removes-LF¶
All LF characters are removed.
Template
Context
Output
strip_newlines-removes-CR-LF¶
Both CR and LF are removed; other whitespace stays.
Template
Context
Output
strip_newlines-no-newlines¶
Input without newlines passes through unchanged.
Template
Context
Output
strip_newlines-empty-string¶
Empty input stays empty.
Template
Context
Output
Source fixture: transforms/transform-strip_newlines.json