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

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

[elpa] externals/phps-mode 6fac0d5585 102/212: Passed indent test for he


From: Christian Johansson
Subject: [elpa] externals/phps-mode 6fac0d5585 102/212: Passed indent test for heredoc string
Date: Wed, 26 Jan 2022 01:51:03 -0500 (EST)

branch: externals/phps-mode
commit 6fac0d5585c62e84eed05125bee5b32dabeef578
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Passed indent test for heredoc string
---
 test/phps-mode-test-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/phps-mode-test-indent.el b/test/phps-mode-test-indent.el
index 82a84beb4b..e26bd75f61 100644
--- a/test/phps-mode-test-indent.el
+++ b/test/phps-mode-test-indent.el
@@ -384,7 +384,7 @@
    "Multiplication assignment on three-lines")
 
   (phps-mode-test-indent--should-equal
-   "<?php\n$str = <<<EOD\nExample of string\nspanning multiple lines\nusing 
heredoc syntax.\nEOD;\n"
+   "<?php\n$str = <<<EOD\nExample of string\nspanning multiple lines\nusing 
heredoc syntax\nEOD;\n"
    "Multi-line HEREDOC string in assignment")
 
   (phps-mode-test-indent--should-equal



reply via email to

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