Conformance Examples 0.1.0 — Render: no-reinterpolation¶
escaped-value-with-tag-not-reparsed¶
An escaped interpolation whose resolved value contains tag-like text renders that text literally; it is not re-scanned for tags.
Template
Context
Output
unescaped-value-with-tag-not-reparsed¶
An unescaped interpolation whose resolved value contains tag-like text renders that text literally; it is not re-scanned for tags.
Template
Context
Output
value-with-block-syntax-not-reparsed¶
A resolved value containing block-tag syntax renders literally; it is not re-parsed as a block.
Template
Context
Output
value-with-escaped-delimiter-literal¶
A resolved value containing an escaped-delimiter sequence renders that sequence literally; it is not unescaped a second time.
Template
Context
Output
each-element-value-not-reparsed¶
Array elements containing tag-like text render literally inside an each body; they are not re-scanned for tags.
Template
Context
Output
Source fixture: render/no-reinterpolation.json