diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 12:02:01 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 12:13:28 +0100 |
commit | 143232e53d05bd42560d5ee9265bcb74245a29e2 (patch) | |
tree | 52533eb1a502bc72657168f445d04a18acdf3260 /test | |
parent | c9d799a80486f3604a5eb2b877c1faa54bf4c87d (diff) |
remove trailing double space from sparator
tl-tests: remove trailing double spaces from separator again
Diffstat (limited to 'test')
-rw-r--r-- | test/mastodon-tl-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mastodon-tl-tests.el b/test/mastodon-tl-tests.el index f9b315c..a80c3ee 100644 --- a/test/mastodon-tl-tests.el +++ b/test/mastodon-tl-tests.el @@ -317,7 +317,7 @@ Strict-Transport-Security: max-age=31536000 byline) "Account 42 (@acct42@example.space) 2999-99-99 00:11:22 ------------ - ")) +")) (should (eq (get-text-property handle-location 'mastodon-tab-stop byline) 'user-handle)) (should (string= (get-text-property handle-location 'mastodon-handle byline) @@ -418,7 +418,7 @@ Strict-Transport-Security: max-age=31536000 "Account 42 (@acct42@example.space) Boosted Account 43 (@acct43@example.space) original time ------------ - ")) +")) (should (eq (get-text-property handle1-location 'mastodon-tab-stop byline) 'user-handle)) (should (equal (get-text-property handle1-location 'help-echo byline) |