From 2b25b5d978b3ab5abe42afa4808438f895176c82 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Thu, 7 Nov 2013 20:25:38 +0100 Subject: [PATCH] test-org-table: Replace hline lhs expression in table formula * testing/lisp/test-org-table.el: Replace hline lhs expression in table formula with relative row expression. This fixes a test fail introduced by a2c71a6e35. The failing test does not check relative hline references, so it should not rely on undocumented behaviour. --- testing/lisp/test-org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org-table.el b/testing/lisp/test-org-table.el index 5386726bc..e78e56ba0 100644 --- a/testing/lisp/test-org-table.el +++ b/testing/lisp/test-org-table.el @@ -421,7 +421,7 @@ reference (with row). Mode string N." " 1 ;; Compare field reference ($1) with field reference (@1) - "#+TBLFM: @I$<<..@>$> = if(\"$1\" == \"@1\", x, string(\"\")); E" + "#+TBLFM: @<<$<<..@>$> = if(\"$1\" == \"@1\", x, string(\"\")); E" ;; Compare field reference ($1) with absolute term (concat "#+TBLFM: " "$2 = if(\"$1\" == \"(0)\" , x, string(\"\")); E :: " -- 2.11.4.GIT