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.
This commit is contained in:
Michael Brand 2016-10-21 17:31:45 +02:00
parent 7a927bcd27
commit ed86b1aa3c
1 changed files with 8 additions and 8 deletions

View File

@ -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