Преглед на файлове

Fix test

* testing/lisp/test-org-table.el (test-org-table/copy-down): Fix test.
Nicolas Goaziou преди 5 години
родител
ревизия
24daf224c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      testing/lisp/test-org-table.el

+ 1 - 1
testing/lisp/test-org-table.el

@@ -644,7 +644,7 @@ See also `test-org-table/remote-reference-access'."
 	    (buffer-string))))
   ;; In a non-empty field, copy it below.
   (should
-   (equal "| foo |\n| foo |"
+   (equal "| foo |\n| foo |\n"
 	  (org-test-with-temp-text "| <point>foo |"
 	    (org-table-copy-down 1)
 	    (buffer-string))))