소스 검색

test-org-footnote: Fix a broken test

* testing/lisp/test-org-footnote.el: Fix failing
  `test-org-footnote/normalize-outside-org'.
Nicolas Goaziou 13 년 전
부모
커밋
f1a99ceddf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      testing/lisp/test-org-footnote.el

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

@@ -212,7 +212,8 @@ Footnotes:
   ;; 3. As an exception, in `message-mode' buffer, if a signature is
   ;;    present, insert footnotes before it.
   (let ((org-footnote-tag-for-non-org-mode-files nil)
-        (message-signature-separator "^-- $"))
+        (message-cite-prefix-regexp "\\([ 	]*[_.[:word:]]+>+\\|[ 	]*[]>|]\\)+")
+	(message-signature-separator "^-- $"))
     (with-temp-buffer
       (insert "Body[fn::def]
 --