Passes all of the tests

This commit is contained in:
Tyler Akins
2023-04-07 23:10:47 -05:00
parent febd3467c8
commit d997ad0e0a
7 changed files with 177 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ template() {
cat <<EOF
<h2>Names</h2>
{{#names}}
{{> partial.partial}}
{{> fixtures/partial.partial}}
{{/names}}
EOF
}
@@ -15,7 +15,6 @@ expected() {
cat <<EOF
<h2>Names</h2>
<strong>Tyler</strong>
EOF
}