branch: externals/phps-mode
commit eeffdb204fa6ab3aadd63a894db930de681825b8
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
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;"