File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 184184 (should (equal " https://codeberg.org/user/repo/src/abc123/file.txt"
185185 (git-link-codeberg " https://codeberg.org" " user/repo" " file.txt" nil " abc123" nil nil ))))
186186
187- (ert-deftest git-link-gitorious ()
188- " Test git-link-gitorious function."
189- ; ; File link with commit and line number
190- (should (equal " https://gitorious.org/user/repo/source/abc123:file.txt#L10"
191- (git-link-gitorious " https://gitorious.org" " user/repo" " file.txt" " master" " abc123" 10 nil ))))
192187
193188(ert-deftest git-link-savannah ()
194189 " Test git-link-savannah function."
322317 (should (equal " https://codeberg.org/user/repo/commit/abc123"
323318 (git-link-commit-codeberg " https://codeberg.org" " user/repo" " abc123" ))))
324319
325- (ert-deftest git-link-commit-gitorious ()
326- " Test git-link-commit-gitorious function."
327- (should (equal " https://gitorious.org/user/repo/commit/abc123"
328- (git-link-commit-gitorious " https://gitorious.org" " user/repo" " abc123" ))))
320+
329321
330322(ert-deftest git-link-commit-savannah ()
331323 " Test git-link-commit-savannah function."
You can’t perform that action at this time.
0 commit comments