aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-tl-tests.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-25 17:31:51 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-25 17:31:51 +0100
commitc182a0d4ad883cc7a1f85d09eb44366a1fd31611 (patch)
tree1c4a2a9171e65dce70b15de110264039732720a3 /test/mastodon-tl-tests.el
parentc8a9683b61a207bf38fd76e337bf22a814b6cbf2 (diff)
parenteca8401b6ed04ed0f787efcd8517b022c55f9ed7 (diff)
Merge branch 'develop' into remove-from-followers
Diffstat (limited to 'test/mastodon-tl-tests.el')
-rw-r--r--test/mastodon-tl-tests.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/mastodon-tl-tests.el b/test/mastodon-tl-tests.el
index 0ac5caf..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)
@@ -340,7 +340,7 @@ Strict-Transport-Security: max-age=31536000
'mastodon-tl--byline-boosted))
"Account 42 (@acct42@example.space) 2999-99-99 00:11:22
------------
- ")))))
+")))))
(ert-deftest mastodon-tl--byline-boosted ()
"Should format the boosted toot correctly."
@@ -357,7 +357,7 @@ Strict-Transport-Security: max-age=31536000
'mastodon-tl--byline-boosted))
"(B) Account 42 (@acct42@example.space) 2999-99-99 00:11:22
------------
- ")))))
+")))))
(ert-deftest mastodon-tl--byline-favorited ()
"Should format the favourited toot correctly."
@@ -374,7 +374,7 @@ Strict-Transport-Security: max-age=31536000
'mastodon-tl--byline-boosted))
"(F) Account 42 (@acct42@example.space) 2999-99-99 00:11:22
------------
- ")))))
+")))))
(ert-deftest mastodon-tl--byline-boosted/favorited ()
@@ -392,7 +392,7 @@ Strict-Transport-Security: max-age=31536000
'mastodon-tl--byline-boosted))
"(B) (F) Account 42 (@acct42@example.space) 2999-99-99 00:11:22
------------
- ")))))
+")))))
(ert-deftest mastodon-tl--byline-reblogged ()
"Should format the reblogged toot correctly."
@@ -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)
@@ -451,7 +451,7 @@ Strict-Transport-Security: max-age=31536000
"Account 42 (@acct42@example.space)
Boosted Account 43 (@acct43@example.space) original time
------------
- ")))))
+")))))
(ert-deftest mastodon-tl--byline-reblogged-boosted/favorited ()
"Should format the reblogged toot that was also boosted & favoritedcorrectly."
@@ -475,7 +475,7 @@ Strict-Transport-Security: max-age=31536000
"(B) (F) Account 42 (@acct42@example.space)
Boosted Account 43 (@acct43@example.space) original time
------------
- ")))))
+")))))
(ert-deftest mastodon-tl--byline-timestamp-has-relative-display ()
"Should display the timestamp with a relative time."