mirror of
https://github.com/tests-always-included/mo.git
synced 2025-01-31 07:55:20 +00:00
9 lines
116 B
Bash
Executable File
9 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "${0%/*}" || exit 1
|
|
. ../run-tests
|
|
|
|
template="Wor{{! comment }}ks"
|
|
expected="Works"
|
|
|
|
runTest
|