Releasing 3.0.0

This commit is contained in:
Tyler Akins
2023-05-07 21:18:00 -05:00
parent 0617b2ed35
commit 0ce41dedb1
11 changed files with 886 additions and 808 deletions

View File

@@ -2,7 +2,7 @@
cd "${0%/*}" || exit 1
. ../run-tests
export names=( "Tyler" )
export names=( "Tyler" "Abc" )
template() {
cat <<EOF
<h2>Names</h2>
@@ -15,6 +15,7 @@ expected() {
cat <<EOF
<h2>Names</h2>
<strong>Tyler</strong>
<strong>Abc</strong>
EOF
}