summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brand <michael.ch.brand@gmail.com>2016-10-21 17:31:45 +0200
committerMichael Brand <michael.ch.brand@gmail.com>2016-10-21 17:31:45 +0200
commited86b1aa3cfdfdcf4295cb14e4565c1b234c109e (patch)
tree28f7a944a7c38bdefff1a107d6896836644a6f0f
parent7a927bcd27893bb53d06021593c7155c69f1012e (diff)
downloadorg-mode-ed86b1aa3cfdfdcf4295cb14e4565c1b234c109e.tar.gz
Fix table header text in test
* testing/lisp/test-org-table.el (test-org-table/simple-formula/with-grouping/no-title-row): Fix table header text.
-rw-r--r--testing/lisp/test-org-table.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/lisp/test-org-table.el b/testing/lisp/test-org-table.el
index 7114c1f..712273c 100644
--- a/testing/lisp/test-org-table.el
+++ b/testing/lisp/test-org-table.el
@@ -106,18 +106,18 @@
;; See next ert-deftest how to group rows right.
(org-test-table-target-expect
"
-| 2 | replace |
-| 4 | replace |
-| 8 | replace |
+| 2 | header |
+| 4 | header |
+| 8 | header |
|---------+---------|
| replace | replace |
"
"
-| 2 | replace |
-| 4 | replace |
-| 8 | replace |
-|----+---------|
-| 14 | 28 |
+| 2 | header |
+| 4 | header |
+| 8 | header |
+|----+--------|
+| 14 | 28 |
"
2
;; Calc formula