Conformance Examples 0.1.0 — Transforms: transform-rstrip¶
rstrip-trailing-spaces¶
Trailing ASCII whitespace is removed; leading whitespace is preserved.
Template
Context
Output
rstrip-only-whitespace¶
An all-whitespace string becomes empty.
Template
Context
Output
rstrip-newlines-and-tabs¶
Trailing tabs and newlines are removed.
Template
Context
Output
rstrip-empty-string¶
Empty input stays empty.
Template
Context
Output
rstrip-chained-after-upcase¶
Composes with another transform.
Template
Context
Output
Source fixture: transforms/transform-rstrip.json