mo/tests/standalone-indentation

25 lines
217 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
cd "${0%/*}" || exit 1
. ../run-tests
content=$'<\n->'
template() {
cat <<EOF
\
{{>fixtures/standalone-indentation.partial}}
/
EOF
}
expected() {
cat <<EOF
\
|
<
->
|
/
EOF
}
runTest