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

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

[elpa] externals/phps-mode 62f1fc5 348/405: Added another failing indent


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 62f1fc5 348/405: Added another failing indentation test for return expressions
Date: Sat, 13 Jul 2019 10:00:46 -0400 (EDT)

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

    Added another failing indentation test for return expressions
---
 phps-mode-test-functions.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el
index a69308c..9f78fce 100644
--- a/phps-mode-test-functions.el
+++ b/phps-mode-test-functions.el
@@ -193,6 +193,11 @@
    (should (equal '((1 (0 0)) (2 (0 0)) (3 (1 0)) (4 (2 0)) (5 (1 0)) (6 (1 
0)) (7 (0 0))) (phps-mode-test-hash-to-list 
(phps-mode-functions-get-lines-indent)))))
 
   (phps-mode-test-with-buffer
+   "<?php\nreturn $variable\n    && $variable;"
+   "Multi-line return statement"
+   (should (equal '((1 (0 0)) (2 (0 0)) (3 (1 0))) 
(phps-mode-test-hash-to-list (phps-mode-functions-get-lines-indent)))))
+
+  (phps-mode-test-with-buffer
    "<?php\n$options = myFunction(\n    array(array(\n        'options' => 
123\n    ))\n);"
    "Assignment with double-dimensional array with double arrow assignment 
inside function call"
    (should (equal '((1 (0 0)) (2 (0 0)) (3 (1 0)) (4 (2 0)) (5 (1 0)) (6 (0 
0))) (phps-mode-test-hash-to-list (phps-mode-functions-get-lines-indent)))))



reply via email to

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