We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79501d6 commit 2bb36a3Copy full SHA for 2bb36a3
1 file changed
test/git-open.bats
@@ -80,6 +80,11 @@ setup() {
80
git checkout -B "issues/#12"
81
run ../git-open "issue"
82
assert_output "https://github.com/paulirish/git-open/issues/12"
83
+
84
+ # https://github.com/paulirish/git-open/pull/86
85
+ git checkout -B "fix-issue-36"
86
+ run ../git-open "issue"
87
+ assert_output "https://github.com/paulirish/git-open/issues/36"
88
}
89
90
@test "gh: gist" {
0 commit comments