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