Browse Source

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.
Michael Brand 8 năm trước cách đây
mục cha
commit
ed86b1aa3c
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 8 8
      testing/lisp/test-org-table.el

+ 8 - 8
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