Projects STRLCPY git-open Commits 9a35780c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    test/git-open.bats
    skipped 171 lines
    172 172   assert_output "https://github.com/paulirish/git-open/anySuffix"
    173 173  }
    174 174   
     175 +@test "gh: git open --suffix anySuffix?hello=world" {
     176 + run ../git-open "--suffix" "anySuffix?hello=world"
     177 + assert_output "https://github.com/paulirish/git-open/anySuffix?hello=world"
     178 +}
     179 + 
    175 180  @test "gh: gist" {
    176 181   git remote set-url origin "[email protected]:2d84a6db1b41b4020685.git"
    177 182   run ../git-open
    skipped 522 lines
Please wait...
Page is in error, reload to recover