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

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

[elpa] externals/phps-mode f2ff34a 378/405: Added TODO items for making


From: Stefan Monnier
Subject: [elpa] externals/phps-mode f2ff34a 378/405: Added TODO items for making changes inside tokens and not triggered a full re-lexing
Date: Sat, 13 Jul 2019 10:00:57 -0400 (EDT)

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

    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."
 



reply via email to

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