emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob 74780bd4b232b0a881c177227ca4632ba077801d 884 bytes (raw)
name: testing/lisp/test-org-html.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
;;; test-org-html.el

;; Copyright (c) ߛ David Maus
;; Authors: David Maus

;; Released under the GNU General Public License version 3
;; see: http://www.gnu.org/licenses/gpl-3.0.html

;;;; Comments:

;; Template test file for Org-mode tests

;;; Code:
(unless (featurep 'org-html)
  (signal 'missing-test-dependency "Support for Org-html"))

(defmacro org-test-html/export-link (name link expected &optional desc opt-plist)
  `(ert-deftest ,(intern (concat "test-org-html/export-link/" name)) ()
     ,(or desc name)
     (should
      (string=
       (org-test-strip-text-props
	(org-html-handle-links ,link ,opt-plist))
       ,expected))))

(org-test-html/export-link "mailto" "[[mailto:john@example.tld]]"
			   "<a href=\"mailto:john@example.tld\">mailto:john@example.tld</a>"
			   "mailto: link without description")

(provide 'test-org-html)

;;; test-org-html.el ends here

debug log:

solving 74780bd ...
found 74780bd in https://git.savannah.gnu.org/cgit/emacs/org-mode.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).