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

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

[nongnu] elpa/pacmacs 2e881d27e0 424/472: Remove commented chunk of code


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 2e881d27e0 424/472: Remove commented chunk of code (#134)
Date: Thu, 6 Jan 2022 21:59:45 -0500 (EST)

branch: elpa/pacmacs
commit 2e881d27e0bddbfb37bd23399ae6e89efea66569
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Remove commented chunk of code (#134)
---
 test/pacmacs-score-test.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/pacmacs-score-test.el b/test/pacmacs-score-test.el
index 34b9ff5139..85b63f2786 100644
--- a/test/pacmacs-score-test.el
+++ b/test/pacmacs-score-test.el
@@ -15,9 +15,7 @@
                        ("hello" . 30)
                        ("world" . 20)
                        ("bar" . 10)))
-        (expected-string (concat ;"Best Scores:\n"
-                                 ;"------------\n"
-                                 "foo      40\n"
+        (expected-string (concat "foo      40\n"
                                  "hello    30\n"
                                  "world    20\n"
                                  "bar      10\n")))



reply via email to

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