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

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

[elpa] externals/phps-mode daff735 58/62: Removed debug output


From: Christian Johansson
Subject: [elpa] externals/phps-mode daff735 58/62: Removed debug output
Date: Tue, 20 Apr 2021 10:56:24 -0400 (EDT)

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

    Removed debug output
---
 test/phps-mode-test-lex-analyzer.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/phps-mode-test-lex-analyzer.el 
b/test/phps-mode-test-lex-analyzer.el
index 15ca578..e1c7f14 100644
--- a/test/phps-mode-test-lex-analyzer.el
+++ b/test/phps-mode-test-lex-analyzer.el
@@ -261,7 +261,7 @@
 
   (phps-mode-test--with-buffer
    "<?php\nif ($shippingMethod->id ===\n        \\MyClass::METHOD_ID\n    ) 
{\n"
-   "Multi-linte if statement testing equality in two lines"
+   "Multi-line if statement testing equality in two lines"
    (phps-mode-test-lex-analyzer--alternative-indentation-whole-buffer)
    (let ((buffer-contents (buffer-substring-no-properties (point-min) 
(point-max))))
      (should (equal
@@ -279,13 +279,10 @@
    (execute-kbd-macro (kbd "<return>"))
    (execute-kbd-macro "if (")
    (execute-kbd-macro (kbd "<return>"))
-   (message "minor-mode-alist: %S" minor-mode-alist)
    (let ((buffer-contents
           (buffer-substring-no-properties
            (point-min)
            (point-max))))
-     (message "buffer-contents: %S" buffer-contents)
-     (error "Here")
      (should (equal
               buffer-contents
               "<?php\nif (true) {\n    if (\n        \n    )\n}"



reply via email to

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