mo/tests/standalone-indentation
2023-04-10 08:10:14 -05:00

25 lines
224 B
Bash
Executable File

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