Ver Fonte

Fix test

* testing/lisp/test-org-table.el (test-org-table/copy-down): Fix test.
Nicolas Goaziou há 5 anos atrás
pai
commit
24daf224c0
1 ficheiros alterados com 1 adições e 1 exclusões
  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))))