branch: externals/phps-mode
commit f2ff34a2e77414f3298db05cd439f7be91bcb90c
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added TODO items for making changes inside tokens and not triggered a full
re-lexing
---
phps-mode-test-functions.el | 1 +
phps-mode-test-integration.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el
index 1a72394..bbabaa4 100644
--- a/phps-mode-test-functions.el
+++ b/phps-mode-test-functions.el
@@ -893,6 +893,7 @@
)
;; TODO Add functionality for (delete-backward-char) as well
+;; TODO Add test for inserting newlines inside token
(defun phps-mode-test-functions-whitespace-modifications ()
"Test white-space modifications functions."
diff --git a/phps-mode-test-integration.el b/phps-mode-test-integration.el
index 9edec18..27a3981 100644
--- a/phps-mode-test-integration.el
+++ b/phps-mode-test-integration.el
@@ -39,6 +39,7 @@
(autoload 'phps-mode-test-hash-to-list "phps-mode-test")
(autoload 'should "ert")
+;; TODO Add test for making changes inside tokens that is (and (> token-start)
(< token-end))
(defun phps-mode-test-integration-incremental ()
"Test for object-oriented PHP file."