summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2013-11-07 20:25:38 +0100
committerAchim Gratz <Stromeko@Stromeko.DE>2013-11-07 20:29:02 +0100
commit2b25b5d978b3ab5abe42afa4808438f895176c82 (patch)
treedf27fa3fc3d80ce08e0cb13024c3ddc5e7c3596e
parent0656278de4e54444c406fb50ea384636d606d47c (diff)
downloadorg-mode-2b25b5d978b3ab5abe42afa4808438f895176c82.tar.gz
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.
-rw-r--r--testing/lisp/test-org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-org-table.el b/testing/lisp/test-org-table.el
index 5386726..e78e56b 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 :: "