Conformance Examples 0.1.0 — Environment Properties: assign-local¶
assign-local-read¶
A @local assignment is readable as @local/name.
Template
Output
assign-local-visible-in-nested-with¶
A @local assignment is visible inside a nested #with block.
Template
Context
Output
assign-local-dropped-after-with¶
A @local assignment made inside #with is gone after the block.
Template
Context
Output
assign-local-not-surviving-each¶
A @local assignment inside #each does not survive the iteration.
Template
Context
Output
assign-local-missing-empty¶
An unbound @local read renders empty.
Template
Output
Source fixture: env-properties/assign-local.json