branch: externals/phps-mode commit 83d5de8270645ede929053a759b17d9a6c5afb5f Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Removed uneccesary debug output in unit test --- 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 6e25f76..165fdfd 100644 --- a/phps-mode-test-functions.el +++ b/phps-mode-test-functions.el @@ -205,7 +205,7 @@ (phps-mode-test-with-buffer "<?php\nswitch ($condition) {\n case 34:\n if ($item['Random'] % 10 == 0) {\n $attributes['item'] = ($item['IntegerValue'] / 10);\n } else {\n $attributes['item'] =\n number_format(($item['IntegerValue'] / 10), 1, '.', '');\n }\n break;\n}\n" "Switch case with conditional modulo expression" - (message "indent: %s" (phps-mode-test-hash-to-list (phps-mode-functions-get-lines-indent))) + ;; (message "indent: %s" (phps-mode-test-hash-to-list (phps-mode-functions-get-lines-indent))) (should (equal '((1 (0 0)) (2 (0 0)) (3 (1 0)) (4 (2 0)) (5 (3 0)) (6 (2 0)) (7 (3 0)) (8 (4 0)) (9 (2 0)) (10 (2 0)) (11 (0 0))) (phps-mode-test-hash-to-list (phps-mode-functions-get-lines-indent))))) (phps-mode-test-with-buffer