aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/bug-reference-tests.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow matching non-.git gitlab and gitea URLs in bug-referenceMiha Rihtaršič2021-10-271-4/+70
| | | | | | * lisp/progmodes/bug-reference.el (bug-reference--build-forge-setup-entry): Allow matching non-.git gitlab and gitea URLs, with and without slashes (bug#51316).
* Tweak bug-reference-testsLars Ingebrigtsen2021-10-241-8/+8
| | | | * test/lisp/progmodes/bug-reference-tests.el: Tweak tests a bit.
* Allow matching non-.git URLs in bug-referenceLars Ingebrigtsen2021-10-241-0/+62
* lisp/progmodes/bug-reference.el (bug-reference--build-forge-setup-entry): Allow matching non-.git URLs, with and without slashes (bug#51316).