branch: externals/phps-mode
commit ed36115fca76bca3f51264dd5aff909d80b7ae28
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Added TODO item for indentation
---
 phps-mode-test-functions.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el
index cdee03d..6a26ee5 100644
--- a/phps-mode-test-functions.el
+++ b/phps-mode-test-functions.el
@@ -49,6 +49,8 @@
    "Round and square bracket expressions"
    (should (equal '((1 (0 0)) (2 (0 0)) (3 (1 0)) (4 (1 0)) (5 (2 0)) (6 (1 
0)) (7 (1 0)) (8 (0 0))) (phps-mode-test-hash-to-list 
(phps-mode-functions-get-lines-indent)))))
 
+  ;; TODO Test <?php\necho 'blaha'\n    . 'ijeije' . __(\n        'okeoke'\n   
 )\n    'okeoke';\n?>
+
   (phps-mode-test-with-buffer
    "<?php\nvar_dump(array(<<<EOD\nfoobar!\nEOD\n));\n?>"
    "HEREDOC in arguments example"

Reply via email to