sfeed_gopher: add case for empty link - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4501b050d4853caaff6dc697cb0382496ffb4b9d
(DIR) parent 13e039c87cd7c428899ca85c8705c2316ce9c3e4
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 21 Sep 2025 14:33:49 +0200
sfeed_gopher: add case for empty link
Diffstat:
M input/sfeed_gopher/feed.sh | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/input/sfeed_gopher/feed.sh b/input/sfeed_gopher/feed.sh
@@ -7,6 +7,8 @@ link() {
feed() {
echo "<feed>"
+link '' # empty URL
+
link "http://codemadness.org"
link "http://codemadness.org/"
link "http://codemadness.org/cgi?query#fragment"