From 79f0d2d9a48877736688c2b05339bd9eae37fb2a Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 10 Jun 2024 16:48:10 +0000 Subject: [PATCH] regress: add another test in test_gg_n_flag Related to https://github.com/omar-polo/gmid/issues/12 --- regress/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/regress/tests.sh b/regress/tests.sh index d2d19e90..c20c9f0d 100644 --- a/regress/tests.sh +++ b/regress/tests.sh @@ -12,6 +12,7 @@ test_gg_n_flag() { dont_check_server_alive=yes $gg -n gemini://omarpolo.com/ || return 1 $gg -n "foo://bar.com/cafè.gmi" || return 1 + $gg -n gemini://omarpolo.com/../ || return 1 } test_parse_comments_at_start() {