Moving delimiters and standalone to global vars

This commit is contained in:
Tyler Akins
2023-04-10 13:24:06 -05:00
parent 3a58ee390e
commit d32b912472
3 changed files with 165 additions and 213 deletions

View File

@@ -4,14 +4,14 @@ cd "${0%/*}" || exit 1
export content=$'<\n->'
template() {
cat <<EOF
cat <<'EOF'
\
{{>fixtures/standalone-indentation.partial}}
/
EOF
}
expected() {
cat <<EOF
cat <<'EOF'
\
|
<