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