aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-modified.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-07 08:07:55 -0500
committerCraig Jennings <c@cjennings.net>2026-06-07 08:07:55 -0500
commit95209466881d3e6fd4f0d097358b16842d83ec6d (patch)
tree4af9ef7f05a29b0389c203b86168bfaa1e1169df /tests/test-pearl-modified.el
parente2208276021def42dadd5e422aa96e9004040dd9 (diff)
downloadpearl-95209466881d3e6fd4f0d097358b16842d83ec6d.tar.gz
pearl-95209466881d3e6fd4f0d097358b16842d83ec6d.zip
style(render): space the account name from Pearl in the lighter
Diffstat (limited to 'tests/test-pearl-modified.el')
-rw-r--r--tests/test-pearl-modified.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-pearl-modified.el b/tests/test-pearl-modified.el
index 8529b07..e951260 100644
--- a/tests/test-pearl-modified.el
+++ b/tests/test-pearl-modified.el
@@ -68,7 +68,7 @@
(pearl-ticket-glyph "🎫")
(pearl--modified-count 3))
(let ((s (pearl--mode-line-lighter)))
- (should (string-match-p "Pearl\\[work\\]" s))
+ (should (string-match-p "Pearl \\[work\\]" s))
(should (string-match-p "3" s))
(should (string-match-p "🎫" s))
(should (string-match-p "changed" s)))))
@@ -89,7 +89,7 @@
(pearl-show-modified-indicator t)
(pearl--modified-count 0))
(let ((s (pearl--mode-line-lighter)))
- (should (string-match-p "Pearl\\[work\\]" s))
+ (should (string-match-p "Pearl \\[work\\]" s))
(should-not (string-match-p "changed" s)))))
(ert-deftest test-pearl-mode-line-indicator-off-suppresses-count ()