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

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

[elpa] externals/org 003968f 7/9: test-org-element: Rename cache-bugs te


From: ELPA Syncer
Subject: [elpa] externals/org 003968f 7/9: test-org-element: Rename cache-bugs test to cache-table
Date: Wed, 15 Dec 2021 23:57:30 -0500 (EST)

branch: externals/org
commit 003968f94e53d5d19784ee2fa28b35399191178e
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    test-org-element: Rename cache-bugs test to cache-table
    
    * testing/lisp/test-org-element.el (test-org-element/cache): The bug
    has been fixed.  Old test name does not make sense anymore.
---
 testing/lisp/test-org-element.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/lisp/test-org-element.el b/testing/lisp/test-org-element.el
index 47e841a..f9fc114 100644
--- a/testing/lisp/test-org-element.el
+++ b/testing/lisp/test-org-element.el
@@ -4069,8 +4069,8 @@ Text
            :end (org-element-property :parent (org-element-at-point)))
           (+ parent-end 3))))))
 
-(ert-deftest test-org-element/cache-bugs ()
-  "Test basic expectations and common pitfalls for cache."
+(ert-deftest test-org-element/cache-table ()
+  "Test handling edits in tables."
   ;; Unindented second row of the table should not be re-parented by
   ;; inserted item.
   (should



reply via email to

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