Procházet zdrojové kódy

Fix test

* testing/lisp/test-org-table.el (test-org-table/copy-down): Fix test.
Nicolas Goaziou před 5 roky
rodič
revize
24daf224c0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))))