[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect c0c9e2992e 26/30: Remove debug statements
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect c0c9e2992e 26/30: Remove debug statements |
Date: |
Sat, 31 Aug 2024 09:58:54 -0400 (EDT) |
branch: externals/phpinspect
commit c0c9e2992e351a2c681e02bf866d94e60e63261b
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>
Remove debug statements
---
test/test-buffer.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/test/test-buffer.el b/test/test-buffer.el
index eb2474c6e5..b77119130c 100644
--- a/test/test-buffer.el
+++ b/test/test-buffer.el
@@ -765,20 +765,16 @@ class Bar {
(result (phpinspect-buffer-parse buffer 'no-interrupt)))
(should result)
- (pp result)
(should (equal expected result))
(goto-char 17)
(delete-backward-char 1)
- (message (buffer-string))
(setq result (phpinspect-buffer-parse buffer 'no-interrupt))
- (pp result)
(should result)
(should (equal expected result))
(backward-char)
(insert " ")
- (message (buffer-string))
(setq result (phpinspect-buffer-parse buffer 'no-interrupt))
(should result)
(should (equal expected result))))))
- [elpa] externals/phpinspect 5f44a51a75 16/30: Re-use last completion list when possible, (continued)
- [elpa] externals/phpinspect 5f44a51a75 16/30: Re-use last completion list when possible, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 9c0959a0df 11/30: Add some docstrings + a license header to phpinspect-typedef.el, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 52626b7091 18/30: Remove unused defun, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 4f85ef04a5 23/30: Remove debug statement, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 95a29a3982 30/30: Bump version to 2.0.0, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 9029072bc9 02/30: Fix bug in indexation of live edited buffer (function with preceding bareword in scope), ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 87b86812ff 04/30: Implement initial algorithm for indexation of traits, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 25f706077a 06/30: Add license header and `provide' statement, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 96ee3c4d2a 05/30: WIP: (method-cell) Basic infrastructure for nuanced method inheritance, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 355b6be79a 07/30: Fix typo, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect c0c9e2992e 26/30: Remove debug statements,
ELPA Syncer <=
- [elpa] externals/phpinspect 967917ceb9 24/30: Update completion FIXME comment with current state of things, ELPA Syncer, 2024/08/31
- [elpa] externals/phpinspect 11ecfdf314 13/30: Fix bug in parsing of interfaces, ELPA Syncer, 2024/08/31