summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-05-20 18:08:36 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit5eba1760c0db9b01f7498a1efbfb4d969b6f3051 (patch)
tree60b391b85eaec626eb3ee07b9150aca231cc245e /packages
parent65f8a2497bad58619d0cfdc76e4a0efeb15e0306 (diff)
works now on macOS
Diffstat (limited to 'packages')
-rw-r--r--packages/html.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/html.source.sh b/packages/html.source.sh
index a258781b..efb9bf6b 100644
--- a/packages/html.source.sh
+++ b/packages/html.source.sh
@@ -143,7 +143,7 @@ html::test () {
assert::equals "$(generate::make_link html "$line")" \
'<a class="textlink" href="https://example.org">https://example.org</a><br />'
- line='=> index.gmi'
+ line='=> index.html'
assert::equals "$(generate::make_link html "$line")" \
'<a class="textlink" href="index.html">index.html</a><br />'