mirror of
https://github.com/tests-always-included/mo.git
synced 2025-02-07 19:00:09 +00:00
10 lines
121 B
Bash
Executable File
10 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "${0%/*}" || exit 1
|
|
. ../run-tests
|
|
|
|
thing="Works"
|
|
template="{{&thing}}"
|
|
expected="Works"
|
|
|
|
runTest
|