Explorar o código

test-ob: correct expected default header arguments

* testing/lisp/test-ob.el: The default header arguments have added
  '(hlines . yes)´ in commit c67e3cda15, also add them to the test so
  that the two are consistent again.
Achim Gratz %!s(int64=12) %!d(string=hai) anos
pai
achega
1c57866a6c
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      testing/lisp/test-ob.el

+ 4 - 1
testing/lisp/test-ob.el

@@ -99,7 +99,10 @@
 
 (ert-deftest test-org-babel/default-inline-header-args ()
   (should(equal
-	  '((:session . "none") (:results . "replace") (:exports . "results"))
+	  '((:session . "none")
+	    (:results . "replace")
+	    (:exports . "results")
+	    (:hlines  . "yes"))
 	  org-babel-default-inline-header-args)))
 
 (ert-deftest ob-test/org-babel-combine-header-arg-lists ()