Bugfixes, pretty printing, new tests added

Spec result: 108 specs pass, 6 skipped, 67 fail
This commit is contained in:
Tyler Akins
2023-04-09 18:53:55 -05:00
parent a1e4398547
commit e0e9189355
7 changed files with 210 additions and 49 deletions

View File

@@ -50,7 +50,7 @@ runTest() (
echo "Actual:"
echo "$testActual"
if [[ -n "${MO_DEBUG-}" ]]; then
if [[ -n "${MO_DEBUG_TEST-}" ]]; then
declare -p testExpected
declare -p testActual
fi