Overriding some tests so they work with mo + bugfix

This commit is contained in:
Tyler Akins
2023-04-09 10:20:17 -05:00
parent 47e10012ee
commit a1e4398547
3 changed files with 77 additions and 25 deletions

10
tests/unbound-variable Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
cd "${0%/*}" || exit 1
. ../run-tests
declare -A a
a=()
template="o{{#a.b}}WRONG{{/a.b}}k"
expected="ok"
runTest