aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-10 16:48:10 +0000
committerOmar Polo <op@omarpolo.com>2024-06-10 16:48:10 +0000
commit79f0d2d9a48877736688c2b05339bd9eae37fb2a (patch)
treec3361f286cc3d566b29b77cf66f00234efc1b713
parent036d43dd730ad1411d910f08f992e89276c84650 (diff)
regress: add another test in test_gg_n_flag
Related to https://github.com/omar-polo/gmid/issues/12
-rw-r--r--regress/tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/tests.sh b/regress/tests.sh
index d2d19e9..c20c9f0 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() {