Files
Charles N Wyble 8096c79c6c Add "mustache" from "https://git.knownelement.com/ExternalVendorCode/mo.git@master"
git-vendor-name: mustache
git-vendor-dir: vendor/git.knownelement.com/ExternalVendorCode/mo
git-vendor-repository: https://git.knownelement.com/ExternalVendorCode/mo.git
git-vendor-ref: master
2025-01-06 14:20:06 -06:00

10 lines
185 B
Bash
Executable File

#!/usr/bin/env bash
cd "${0%/*}" || exit 1
. ../run-tests
# This file intentionally does not exist
export template="{{>fixtures/partial-bad-file.partial}}"
export expected=""
runTest