Procházet zdrojové kódy

Fix failing test

* testing/lisp/test-ox.el (test-org-export/get-reference): Fix failing
  test.
Nicolas Goaziou před 9 roky
rodič
revize
bbf5b455c6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      testing/lisp/test-ox.el

+ 1 - 1
testing/lisp/test-ox.el

@@ -2887,7 +2887,7 @@ Another text. (ref:text)
 	      (org-export-get-reference headline info)))))
   ;; Use search cells defined in `:crossrefs'.
   (should
-   (equal "org1"
+   (equal "org0000001"
 	  (org-test-with-parsed-data "* Headline"
 	    (let* ((headline (org-element-map tree 'headline #'identity nil t))
 		   (search-cell (car (org-export-search-cells headline))))