regress: add another test in test_gg_n_flag

Related to https://github.com/omar-polo/gmid/issues/12
This commit is contained in:
Omar Polo 2024-06-10 16:48:10 +00:00
parent 036d43dd73
commit 79f0d2d9a4

View File

@ -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() {