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

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

[elpa] externals/phps-mode 83d5de8 355/405: Removed uneccesary debug out


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 83d5de8 355/405: Removed uneccesary debug output in unit test
Date: Sat, 13 Jul 2019 10:00:47 -0400 (EDT)

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

    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



reply via email to

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