We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5260cc7 commit e31fba5Copy full SHA for e31fba5
git-link-test.el
@@ -181,7 +181,7 @@
181
(git-link-codeberg "https://codeberg.org" "user/repo" "file.txt" "master" "abc123" 10 20)))
182
183
;; File link with commit instead of branch
184
- (should (equal "https://codeberg.org/user/repo/src/abc123/file.txt"
+ (should (equal "https://codeberg.org/user/repo/src/commit/abc123/file.txt"
185
(git-link-codeberg "https://codeberg.org" "user/repo" "file.txt" nil "abc123" nil nil))))
186
187
0 commit comments