Bugfixes, pretty printing, new tests added

Spec result: 108 specs pass, 6 skipped, 67 fail
This commit is contained in:
Tyler Akins
2023-04-09 18:53:55 -05:00
parent a1e4398547
commit e0e9189355
7 changed files with 210 additions and 49 deletions

24
tests/standalone-indentation Executable file
View File

@@ -0,0 +1,24 @@
#!/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