024 source scope capture

○ Planned This feature is planned but not yet implemented.

Dubious source-block-type-tag syntax — parked pending a design decision.

Failure Output

Showing last 10 of 17 lines
<h1>$[u.name]</h1>
<p>Age: $[u.age]</p>
}` — produce a value with `->` (e.g. `-> renderHTML [HTML]{
<h1>$[u.name]</h1>
<p>Age: $[u.age]</p>
}`)
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_024_source_scope_capture/input.kz:507:0
    |
507 |     | rendered h |> std/io:print.ln(h.html)
    | ^

Code

input.kz

Expected output

<h1>Alice</h1> <p>Age: 42</p>

Test Configuration

MUST_RUN