Conformance Examples 0.1.0 — Transforms: transform-url_param_escape¶
url_param_escape-ampersand-encoded¶
Unlike url_escape, & becomes %26.
Template
Context
Output
url_param_escape-equals-encoded¶
Unlike url_escape, = becomes %3D.
Template
Context
Output
url_param_escape-space-percent-encoded¶
Space becomes %20 (same as url_escape).
Template
Context
Output
url_param_escape-other-reserved-preserved¶
Other reserved characters (excluding & and =) are still preserved.
Template
Context
Output
url_param_escape-utf8-multibyte¶
Non-ASCII is percent-encoded as UTF-8.
Template
Context
Output
url_param_escape-empty¶
Empty input passes through.
Template
Context
Output
Source fixture: transforms/transform-url_param_escape.json