summaryrefslogtreecommitdiff
path: root/tests/piem-lei-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/piem-lei-tests.el')
-rw-r--r--tests/piem-lei-tests.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/piem-lei-tests.el b/tests/piem-lei-tests.el
index 71dc109..dd58360 100644
--- a/tests/piem-lei-tests.el
+++ b/tests/piem-lei-tests.el
@@ -110,7 +110,11 @@
(should (equal (concat "[bug#00000] [PATCH v2] " piem-lei-tests-elide-string)
(piem-lei-query--elide-subject
"[bug#00000] [PATCH] abc def"
- "[bug#00000] [PATCH v2] abc def"))))
+ "[bug#00000] [PATCH v2] abc def")))
+ (should (equal (concat "bug#00000: [PATCH v2] " piem-lei-tests-elide-string)
+ (piem-lei-query--elide-subject
+ "[bug#00000] [PATCH] abc def"
+ "bug#00000: [PATCH v2] abc def"))))
(provide 'piem-lei-tests)
;;; piem-lei-tests.el ends here