Skip to content

Commit

Permalink
regress: add another test in test_gg_n_flag
Browse files Browse the repository at this point in the history
Related to #12
  • Loading branch information
omar-polo committed Jun 10, 2024
1 parent 036d43d commit 79f0d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regress/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 79f0d2d

Please sign in to comment.