From f7831cc9aca1139c9b79fdb1b48af95b79c85752 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 24 Nov 2022 19:42:15 +0800 Subject: [PATCH] * 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. --- testing/lisp/test-org-table.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/testing/lisp/test-org-table.el b/testing/lisp/test-org-table.el index 646ff9012..98663c883 100644 --- a/testing/lisp/test-org-table.el +++ b/testing/lisp/test-org-table.el @@ -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.