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.
This commit is contained in:
parent
5840e4d61a
commit
003968f94e
|
@ -4069,8 +4069,8 @@ Text
|
||||||
:end (org-element-property :parent (org-element-at-point)))
|
:end (org-element-property :parent (org-element-at-point)))
|
||||||
(+ parent-end 3))))))
|
(+ parent-end 3))))))
|
||||||
|
|
||||||
(ert-deftest test-org-element/cache-bugs ()
|
(ert-deftest test-org-element/cache-table ()
|
||||||
"Test basic expectations and common pitfalls for cache."
|
"Test handling edits in tables."
|
||||||
;; Unindented second row of the table should not be re-parented by
|
;; Unindented second row of the table should not be re-parented by
|
||||||
;; inserted item.
|
;; inserted item.
|
||||||
(should
|
(should
|
||||||
|
|
Loading…
Reference in New Issue