#!/usr/bin/env bash cd "${0%/*}" || exit 1 . ../run-tests export thisIsTrue=true template() { cat < fixtures/indented-partials.partial}} {{> fixtures/indented-partials.partial}} Without spacing {{> fixtures/indented-partials.partial}} {{> fixtures/indented-partials.partial}} With text {{> fixtures/indented-partials.partial}} text {{> fixtures/indented-partials.partial}} In a conditional {{#thisIsTrue}} {{> fixtures/indented-partials.partial}} {{/thisIsTrue}} EOF } expected() { cat <