emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/subed e621108 219/389: Adjust subtitle killing test descri


From: ELPA Syncer
Subject: [nongnu] elpa/subed e621108 219/389: Adjust subtitle killing test descriptions
Date: Fri, 3 Dec 2021 11:00:29 -0500 (EST)

branch: elpa/subed
commit e621108999aa666dc247c502f18e41004b980cb4
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Adjust subtitle killing test descriptions
---
 tests/test-subed-srt.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test-subed-srt.el b/tests/test-subed-srt.el
index a914daa..6ea9246 100644
--- a/tests/test-subed-srt.el
+++ b/tests/test-subed-srt.el
@@ -896,7 +896,7 @@ Baz.
   )
 
 (describe "Killing a subtitle"
-  (it "removes it when it is the first one."
+  (it "removes the first subtitle."
     (with-temp-buffer
       (insert mock-srt-data)
       (subed-srt--jump-to-subtitle-text 1)
@@ -908,7 +908,7 @@ Baz.
                                                 "3\n"
                                                 "00:03:03,45 --> 00:03:15,5\n"
                                                 "Baz.\n"))))
-  (it "removes it when it is in the middle."
+  (it "removes it in between."
     (with-temp-buffer
       (insert mock-srt-data)
       (subed-srt--jump-to-subtitle-text 2)
@@ -920,7 +920,7 @@ Baz.
                                                 "3\n"
                                                 "00:03:03,45 --> 00:03:15,5\n"
                                                 "Baz.\n"))))
-  (it "removes it when it is the last one."
+  (it "removes the last subtitle."
     (with-temp-buffer
       (insert mock-srt-data)
       (subed-srt--jump-to-subtitle-text 3)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]