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

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

[elpa] externals/phps-mode eeffdb2 315/405: Fixed trailing white-space


From: Stefan Monnier
Subject: [elpa] externals/phps-mode eeffdb2 315/405: Fixed trailing white-space
Date: Sat, 13 Jul 2019 10:00:39 -0400 (EDT)

branch: externals/phps-mode
commit eeffdb204fa6ab3aadd63a894db930de681825b8
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Fixed trailing white-space
---
 phps-mode-test-functions.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el
index c4895ad..629fed6 100644
--- a/phps-mode-test-functions.el
+++ b/phps-mode-test-functions.el
@@ -802,7 +802,7 @@
    (goto-char 17)
    (execute-kbd-macro (kbd "'"))
    (let ((buffer-contents (buffer-substring-no-properties (point-min) 
(point-max))))
-     (should (equal buffer-contents "<?php\n$var = 'abc';"))))    
+     (should (equal buffer-contents "<?php\n$var = 'abc';"))))
 
   (phps-mode-test-with-buffer
    "<?php\n$var = abc;"



reply via email to

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