#!/usr/bin/env bash cd "${0%/*}" || exit 1 . ../run-tests name=Willy wrapped() { # This eats the newline in the content echo "$(cat)" } template() { cat < Willy is awesome.... this is the last line. EOF } runTest