Selaa lähdekoodia

org-footnote: Fix failing test

* testing/lisp/test-org-footnote.el (test-org-footnote/new): Fix
  failing test.
Nicolas Goaziou 6 vuotta sitten
vanhempi
commit
9029161bcd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      testing/lisp/test-org-footnote.el

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

@@ -93,7 +93,7 @@
   ;; When creating a new footnote, move to its definition.
   (should
    (string=
-    "[fn:1] "
+    "[fn:1]"
     (org-test-with-temp-text "Text<point>"
       (let ((org-footnote-auto-label t)
 	    (org-footnote-auto-adjust nil))