0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 23:02:53 +00:00

* testing/lisp/test-org-table.el: Uncomment working test

(test-org-table/org-table-convert-refs-to-rc/3): Uncomment test that
is no longer broken.
This commit is contained in:
Ihor Radchenko 2022-11-24 19:42:15 +08:00
parent d4522dd4df
commit f7831cc9ac
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -1014,11 +1014,10 @@ See also URL `https://orgmode.org/worg/org-tutorials/org-lookups.html'."
(should
(string= "@1$1 = $0" (org-table-convert-refs-to-rc "A1 = $0"))))
;; TODO: Test Broken
;; (ert-deftest test-org-table/org-table-convert-refs-to-rc/3 ()
;; "Remote reference."
;; (should
;; (string= "$3 = remote(FOO, @@#$2)" (org-table-convert-refs-to-rc "C& = remote(FOO, @@#B&)"))))
(ert-deftest test-org-table/org-table-convert-refs-to-rc/3 ()
"Remote reference."
(should
(string= "$3 = remote(FOO, @@#$2)" (org-table-convert-refs-to-rc "C& = remote(FOO, @@#B&)"))))
(ert-deftest test-org-table/remote-reference-access ()
"Access to remote reference.