From 29d4eb5b8dff2528c9c50b7906f2207fee5b2480 Mon Sep 17 00:00:00 2001 From: Hutzdog Date: Mon, 20 Mar 2023 16:47:52 -0700 Subject: [PATCH] Tweak test script --- t/script.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/script.pl b/t/script.pl index 785152c..c2b42fd 100755 --- a/t/script.pl +++ b/t/script.pl @@ -11,11 +11,10 @@ sub test($$$) { } # TODO: testing format -test("./cap2site.pod", "hello.gmi", <<'EOF' +test("./cap2site.pod", "hello.gmi", <<'EOF');

Hello, world!

Lorem ipsum dolor sit amet

EOF -); test("./cap2site.pod -s", "hello.gmi", <<'EOF');