mirror of
https://github.com/tests-always-included/mo.git
synced 2025-03-02 19:48:34 +00:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
cd "${0%/*}" || exit 1
|
||
|
. ../run-tests
|
||
|
|
||
|
template="Wor{{! comment }}ks"
|
||
|
expected="Works"
|
||
|
|
||
|
runTest
|