Skip to content

Conformance Examples 0.1.0 — Render: crlf-literal-text-preserved

crlf-literal-preserved

Literal text containing CRLF line terminators is emitted byte-for-byte with no normalization.

Template

line1
line2

Output

line1
line2

lf-literal-preserved

Literal text containing LF line terminators is emitted byte-for-byte with no normalization.

Template

line1
line2

Output

line1
line2

bare-cr-literal-preserved

A lone carriage return in literal text is not a line break and is emitted verbatim.

Template

a
b

Output

a
b

Source fixture: render/crlf-literal-text-preserved.json