#!/usr/bin/env bash cd "${0%/*}" || exit 1 . ../run-tests testArgs() { local args=$(declare -p MO_FUNCTION_ARGS) echo "${args#*=}" } template() { cat <