test-org-export.el 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732
  1. ;;; test-org-export.el --- Tests for org-export.el
  2. ;; Copyright (C) 2012 Nicolas Goaziou
  3. ;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
  4. ;; Released under the GNU General Public License version 3
  5. ;; see: http://www.gnu.org/licenses/gpl-3.0.html
  6. ;;;; Comments
  7. ;;; Code:
  8. (unless (featurep 'org-export)
  9. (signal 'missing-test-dependency "org-export"))
  10. (defmacro org-test-with-backend (backend &rest body)
  11. "Execute body with an export back-end defined.
  12. BACKEND is the name of the back-end. BODY is the body to
  13. execute. The defined back-end simply returns parsed data as Org
  14. syntax."
  15. (declare (debug (form body)) (indent 1))
  16. `(let ((,(intern (format "org-%s-translate-alist" backend))
  17. ',(let (transcode-table)
  18. (dolist (type (append org-element-all-elements
  19. org-element-all-objects)
  20. transcode-table)
  21. (push
  22. (cons type
  23. (lambda (obj contents info)
  24. (funcall
  25. (intern (format "org-element-%s-interpreter" type))
  26. obj contents)))
  27. transcode-table)))))
  28. (progn ,@body)))
  29. (defmacro org-test-with-parsed-data (data &rest body)
  30. "Execute body with parsed data available.
  31. DATA is a string containing the data to be parsed. BODY is the
  32. body to execute. Parse tree is available under the `tree'
  33. variable, and communication channel under `info'.
  34. This function calls `org-export-collect-tree-properties'. As
  35. such, `:ignore-list' (for `org-element-map') and
  36. `:parse-tree' (for `org-export-get-genealogy') properties are
  37. already filled in `info'."
  38. (declare (debug (form body)) (indent 1))
  39. `(org-test-with-temp-text ,data
  40. (let* ((tree (org-element-parse-buffer))
  41. (info (org-export-collect-tree-properties
  42. tree (org-export-get-environment))))
  43. ,@body)))
  44. ;;; Internal Tests
  45. (ert-deftest test-org-export/bind-keyword ()
  46. "Test reading #+BIND: keywords."
  47. ;; Test with `org-export-all-BIND' set to t.
  48. (should
  49. (org-test-with-temp-text "#+BIND: variable value"
  50. (let ((org-export-allow-BIND t))
  51. (org-export--install-letbind-maybe)
  52. (eq variable 'value))))
  53. ;; Test with `org-export-all-BIND' set to nil.
  54. (should-not
  55. (org-test-with-temp-text "#+BIND: variable value"
  56. (let ((org-export-allow-BIND nil))
  57. (org-export--install-letbind-maybe)
  58. (boundp 'variable))))
  59. ;; Test with `org-export-all-BIND' set to 'confirm and
  60. ;; `org-export--allow-BIND-local' to t .
  61. (should
  62. (org-test-with-temp-text "#+BIND: variable value"
  63. (let ((org-export-allow-BIND 'confirm))
  64. (org-set-local 'org-export--allow-BIND-local t)
  65. (org-export--install-letbind-maybe)
  66. (eq variable 'value))))
  67. ;; Test with `org-export-all-BIND' set to 'confirm and
  68. ;; `org-export--allow-BIND-local' to nil.
  69. (should-not
  70. (org-test-with-temp-text "#+BIND: variable value"
  71. (let ((org-export-allow-BIND 'confirm))
  72. (org-set-local 'org-export--allow-BIND-local nil)
  73. (org-export--install-letbind-maybe)
  74. (boundp 'variable))))
  75. ;; BIND keywords are case-insensitive.
  76. (should
  77. (org-test-with-temp-text "#+bind: variable value"
  78. (let ((org-export-allow-BIND t))
  79. (org-export--install-letbind-maybe)
  80. (eq variable 'value)))))
  81. (ert-deftest test-org-export/parse-option-keyword ()
  82. "Test reading all standard #+OPTIONS: items."
  83. (should
  84. (equal
  85. (org-export--parse-option-keyword
  86. "H:1 num:t \\n:t timestamp:t arch:t author:t creator:t d:t email:t
  87. *:t e:t ::t f:t pri:t -:t ^:t toc:t |:t tags:t tasks:t <:t todo:t inline:nil
  88. stat:t")
  89. '(:headline-levels
  90. 1 :preserve-breaks t :section-numbers t :time-stamp-file t
  91. :with-archived-trees t :with-author t :with-creator t :with-drawers t
  92. :with-email t :with-emphasize t :with-entities t :with-fixed-width t
  93. :with-footnotes t :with-inlinetasks nil :with-priority t
  94. :with-special-strings t :with-statistics-cookies t :with-sub-superscript t
  95. :with-toc t :with-tables t :with-tags t :with-tasks t :with-timestamps t
  96. :with-todo-keywords t)))
  97. ;; Test some special values.
  98. (should
  99. (equal
  100. (org-export--parse-option-keyword
  101. "arch:headline creator:comment d:(\"TEST\")
  102. ^:{} toc:1 tags:not-in-toc tasks:todo num:2 <:active")
  103. '( :section-numbers
  104. 2
  105. :with-archived-trees headline :with-creator comment
  106. :with-drawers ("TEST") :with-sub-superscript {} :with-toc 1
  107. :with-tags not-in-toc :with-tasks todo :with-timestamps active))))
  108. (ert-deftest test-org-export/get-inbuffer-options ()
  109. "Test reading all standard export keywords."
  110. (should
  111. (equal
  112. (org-test-with-temp-text "#+AUTHOR: Me, Myself and I
  113. #+CREATOR: Idem
  114. #+DATE: Today
  115. #+DESCRIPTION: Testing
  116. #+DESCRIPTION: with two lines
  117. #+EMAIL: some@email.org
  118. #+EXCLUDE_TAGS: noexport invisible
  119. #+KEYWORDS: test
  120. #+LANGUAGE: en
  121. #+SELECT_TAGS: export
  122. #+TITLE: Some title
  123. #+TITLE: with spaces"
  124. (org-export--get-inbuffer-options))
  125. '(:author
  126. ("Me, Myself and I") :creator "Idem" :date ("Today")
  127. :description "Testing\nwith two lines" :email "some@email.org"
  128. :exclude-tags ("noexport" "invisible") :keywords "test" :language "en"
  129. :select-tags ("export") :title ("Some title with spaces")))))
  130. (ert-deftest test-org-export/get-subtree-options ()
  131. "Test setting options from headline's properties."
  132. ;; EXPORT_TITLE.
  133. (org-test-with-temp-text "#+TITLE: Title
  134. * Headline
  135. :PROPERTIES:
  136. :EXPORT_TITLE: Subtree Title
  137. :END:
  138. Paragraph"
  139. (forward-line)
  140. (should (equal (plist-get (org-export-get-environment nil t) :title)
  141. '("Subtree Title"))))
  142. :title
  143. '("subtree-title")
  144. ;; EXPORT_OPTIONS.
  145. (org-test-with-temp-text "#+OPTIONS: H:1
  146. * Headline
  147. :PROPERTIES:
  148. :EXPORT_OPTIONS: H:2
  149. :END:
  150. Paragraph"
  151. (forward-line)
  152. (should
  153. (= 2 (plist-get (org-export-get-environment nil t) :headline-levels))))
  154. ;; EXPORT_DATE.
  155. (org-test-with-temp-text "#+DATE: today
  156. * Headline
  157. :PROPERTIES:
  158. :EXPORT_DATE: 29-03-2012
  159. :END:
  160. Paragraph"
  161. (forward-line)
  162. (should (equal (plist-get (org-export-get-environment nil t) :date)
  163. '("29-03-2012"))))
  164. ;; Export properties are case-insensitive.
  165. (org-test-with-temp-text "* Headline
  166. :PROPERTIES:
  167. :EXPORT_Date: 29-03-2012
  168. :END:
  169. Paragraph"
  170. (should (equal (plist-get (org-export-get-environment nil t) :date)
  171. '("29-03-2012")))))
  172. (ert-deftest test-org-export/handle-options ()
  173. "Test if export options have an impact on output."
  174. ;; Test exclude tags.
  175. (org-test-with-temp-text "* Head1 :noexport:"
  176. (org-test-with-backend test
  177. (should
  178. (equal (org-export-as 'test nil nil nil '(:exclude-tags ("noexport")))
  179. ""))))
  180. ;; Test include tags.
  181. (org-test-with-temp-text "
  182. * Head1
  183. * Head2
  184. ** Sub-Head2.1 :export:
  185. *** Sub-Head2.1.1
  186. * Head2"
  187. (org-test-with-backend test
  188. (should
  189. (equal
  190. "* Head2\n** Sub-Head2.1 :export:\n*** Sub-Head2.1.1\n"
  191. (let ((org-tags-column 0))
  192. (org-export-as 'test nil nil nil '(:select-tags ("export"))))))))
  193. ;; Test mixing include tags and exclude tags.
  194. (org-test-with-temp-text "
  195. * Head1 :export:
  196. ** Sub-Head1 :noexport:
  197. ** Sub-Head2
  198. * Head2 :noexport:
  199. ** Sub-Head1 :export:"
  200. (org-test-with-backend test
  201. (should
  202. (string-match
  203. "\\* Head1[ \t]+:export:\n\\*\\* Sub-Head2\n"
  204. (org-export-as
  205. 'test nil nil nil
  206. '(:select-tags ("export") :exclude-tags ("noexport")))))))
  207. ;; Ignore tasks.
  208. (let ((org-todo-keywords '((sequence "TODO" "DONE"))))
  209. (org-test-with-temp-text "* TODO Head1"
  210. (org-test-with-backend test
  211. (should (equal (org-export-as 'test nil nil nil '(:with-tasks nil))
  212. "")))))
  213. (let ((org-todo-keywords '((sequence "TODO" "DONE"))))
  214. (org-test-with-temp-text "* TODO Head1"
  215. (org-test-with-backend test
  216. (should (equal (org-export-as 'test nil nil nil '(:with-tasks t))
  217. "* TODO Head1\n")))))
  218. ;; Archived tree.
  219. (org-test-with-temp-text "* Head1 :archive:"
  220. (let ((org-archive-tag "archive"))
  221. (org-test-with-backend test
  222. (should
  223. (equal (org-export-as 'test nil nil nil '(:with-archived-trees nil))
  224. "")))))
  225. (org-test-with-temp-text "* Head1 :archive:\nbody\n** Sub-head 2"
  226. (let ((org-archive-tag "archive"))
  227. (org-test-with-backend test
  228. (should
  229. (string-match
  230. "\\* Head1[ \t]+:archive:"
  231. (org-export-as 'test nil nil nil
  232. '(:with-archived-trees headline)))))))
  233. (org-test-with-temp-text "* Head1 :archive:"
  234. (let ((org-archive-tag "archive"))
  235. (org-test-with-backend test
  236. (should
  237. (string-match
  238. "\\`\\* Head1[ \t]+:archive:\n\\'"
  239. (org-export-as 'test nil nil nil '(:with-archived-trees t)))))))
  240. ;; Drawers.
  241. (let ((org-drawers '("TEST")))
  242. (org-test-with-temp-text ":TEST:\ncontents\n:END:"
  243. (org-test-with-backend test
  244. (should (equal (org-export-as 'test nil nil nil '(:with-drawers nil))
  245. ""))
  246. (should (equal (org-export-as 'test nil nil nil '(:with-drawers t))
  247. ":TEST:\ncontents\n:END:\n")))))
  248. (let ((org-drawers '("FOO" "BAR")))
  249. (org-test-with-temp-text ":FOO:\nkeep\n:END:\n:BAR:\nremove\n:END:"
  250. (org-test-with-backend test
  251. (should
  252. (equal (org-export-as 'test nil nil nil '(:with-drawers ("FOO")))
  253. ":FOO:\nkeep\n:END:\n")))))
  254. ;; Timestamps.
  255. (org-test-with-temp-text "[2012-04-29 sun. 10:45]<2012-04-29 sun. 10:45>"
  256. (org-test-with-backend test
  257. (should
  258. (equal (org-export-as 'test nil nil nil '(:with-timestamps t))
  259. "[2012-04-29 sun. 10:45]<2012-04-29 sun. 10:45>\n"))
  260. (should
  261. (equal (org-export-as 'test nil nil nil '(:with-timestamps nil)) ""))
  262. (should
  263. (equal (org-export-as 'test nil nil nil '(:with-timestamps active))
  264. "<2012-04-29 sun. 10:45>\n"))
  265. (should
  266. (equal (org-export-as 'test nil nil nil '(:with-timestamps inactive))
  267. "[2012-04-29 sun. 10:45]\n"))))
  268. ;; Clocks.
  269. (let ((org-clock-string "CLOCK:"))
  270. (org-test-with-temp-text "CLOCK: [2012-04-29 sun. 10:45]"
  271. (org-test-with-backend test
  272. (should
  273. (equal (org-export-as 'test nil nil nil '(:with-clocks t))
  274. "CLOCK: [2012-04-29 sun. 10:45]\n"))
  275. (should
  276. (equal (org-export-as 'test nil nil nil '(:with-clocks nil)) "")))))
  277. ;; Plannings.
  278. (let ((org-closed-string "CLOSED:"))
  279. (org-test-with-temp-text "CLOSED: [2012-04-29 sun. 10:45]"
  280. (org-test-with-backend test
  281. (should
  282. (equal (org-export-as 'test nil nil nil '(:with-plannings t))
  283. "CLOSED: [2012-04-29 sun. 10:45]\n"))
  284. (should
  285. (equal (org-export-as 'test nil nil nil '(:with-plannings nil))
  286. "")))))
  287. ;; Inlinetasks.
  288. (when (featurep 'org-inlinetask)
  289. (should
  290. (equal
  291. (let ((org-inlinetask-min-level 15))
  292. (org-test-with-temp-text "*************** Task"
  293. (org-test-with-backend test
  294. (org-export-as 'test nil nil nil '(:with-inlinetasks nil)))))
  295. ""))
  296. (should
  297. (equal
  298. (let ((org-inlinetask-min-level 15))
  299. (org-test-with-temp-text
  300. "*************** Task\nContents\n*************** END"
  301. (org-test-with-backend test
  302. (org-export-as 'test nil nil nil '(:with-inlinetasks nil)))))
  303. "")))
  304. ;; Statistics cookies.
  305. (should
  306. (equal ""
  307. (org-test-with-temp-text "[0/0]"
  308. (org-test-with-backend test
  309. (org-export-as
  310. 'test nil nil nil '(:with-statistics-cookies nil)))))))
  311. (ert-deftest test-org-export/comment-tree ()
  312. "Test if export process ignores commented trees."
  313. (let ((org-comment-string "COMMENT"))
  314. (org-test-with-temp-text "* COMMENT Head1"
  315. (org-test-with-backend test
  316. (should (equal (org-export-as 'test) ""))))))
  317. (ert-deftest test-org-export/export-scope ()
  318. "Test all export scopes."
  319. (org-test-with-temp-text "
  320. * Head1
  321. ** Head2
  322. text
  323. *** Head3"
  324. (org-test-with-backend test
  325. ;; Subtree.
  326. (forward-line 3)
  327. (should (equal (org-export-as 'test 'subtree) "text\n*** Head3\n"))
  328. ;; Visible.
  329. (goto-char (point-min))
  330. (forward-line)
  331. (org-cycle)
  332. (should (equal (org-export-as 'test nil 'visible) "* Head1\n"))
  333. ;; Body only.
  334. (flet ((org-test-template (body info) (format "BEGIN\n%sEND" body)))
  335. (push '(template . org-test-template) org-test-translate-alist)
  336. (should (equal (org-export-as 'test nil nil 'body-only)
  337. "* Head1\n** Head2\ntext\n*** Head3\n"))
  338. (should (equal (org-export-as 'test)
  339. "BEGIN\n* Head1\n** Head2\ntext\n*** Head3\nEND")))
  340. ;; Region.
  341. (goto-char (point-min))
  342. (forward-line 3)
  343. (transient-mark-mode 1)
  344. (push-mark (point) t t)
  345. (goto-char (point-at-eol))
  346. (should (equal (org-export-as 'test) "text\n"))))
  347. ;; Subtree with a code block calling another block outside.
  348. (org-test-with-temp-text "
  349. * Head1
  350. #+BEGIN_SRC emacs-lisp :noweb yes :exports results
  351. <<test>>
  352. #+END_SRC
  353. * Head2
  354. #+NAME: test
  355. #+BEGIN_SRC emacs-lisp
  356. \(+ 1 2)
  357. #+END_SRC"
  358. (org-test-with-backend test
  359. (forward-line 1)
  360. (should (equal (org-export-as 'test 'subtree) ": 3\n")))))
  361. (ert-deftest test-org-export/expand-include ()
  362. "Test file inclusion in an Org buffer."
  363. ;; Full insertion with recursive inclusion.
  364. (org-test-with-temp-text
  365. (format "#+INCLUDE: \"%s/examples/include.org\"" org-test-dir)
  366. (org-export-expand-include-keyword)
  367. (should (equal (buffer-string)
  368. "Small Org file with an include keyword.
  369. #+BEGIN_SRC emacs-lisp :exports results\n(+ 2 1)\n#+END_SRC
  370. Success!
  371. * Heading
  372. body\n")))
  373. ;; Localized insertion.
  374. (org-test-with-temp-text
  375. (format "#+INCLUDE: \"%s/examples/include.org\" :lines \"1-2\""
  376. org-test-dir)
  377. (org-export-expand-include-keyword)
  378. (should (equal (buffer-string)
  379. "Small Org file with an include keyword.\n")))
  380. ;; Insertion with constraints on headlines level.
  381. (org-test-with-temp-text
  382. (format
  383. "* Top heading\n#+INCLUDE: \"%s/examples/include.org\" :lines \"9-\""
  384. org-test-dir)
  385. (org-export-expand-include-keyword)
  386. (should (equal (buffer-string) "* Top heading\n** Heading\nbody\n")))
  387. ;; Inclusion within an example block.
  388. (org-test-with-temp-text
  389. (format "#+INCLUDE: \"%s/examples/include.org\" :lines \"1-2\" example"
  390. org-test-dir)
  391. (org-export-expand-include-keyword)
  392. (should
  393. (equal
  394. (buffer-string)
  395. "#+BEGIN_EXAMPLE\nSmall Org file with an include keyword.\n#+END_EXAMPLE\n")))
  396. ;; Inclusion within a src-block.
  397. (org-test-with-temp-text
  398. (format
  399. "#+INCLUDE: \"%s/examples/include.org\" :lines \"4-5\" src emacs-lisp"
  400. org-test-dir)
  401. (org-export-expand-include-keyword)
  402. (should (equal (buffer-string)
  403. "#+BEGIN_SRC emacs-lisp\n(+ 2 1)\n#+END_SRC\n"))))
  404. (ert-deftest test-org-export/expand-macro ()
  405. "Test macro expansion in an Org buffer."
  406. ;; Standard macro expansion.
  407. (should
  408. (equal "#+MACRO: macro1 value\nvalue"
  409. (org-test-with-temp-text "#+MACRO: macro1 value\n{{{macro1}}}"
  410. (let (info)
  411. (org-export-expand-macro info) (buffer-string)))))
  412. ;; Export specific macros.
  413. (should
  414. (equal "me 2012-03-29 me@here Title"
  415. (org-test-with-temp-text
  416. "
  417. #+TITLE: Title
  418. #+DATE: 2012-03-29
  419. #+AUTHOR: me
  420. #+EMAIL: me@here
  421. {{{author}}} {{{date}}} {{{email}}} {{{title}}}"
  422. (let ((info (org-export-get-environment)))
  423. (org-export-expand-macro info)
  424. (goto-char (point-max))
  425. (buffer-substring (line-beginning-position)
  426. (line-end-position))))))
  427. ;; Expand macros with templates in included files.
  428. (should
  429. (equal "success"
  430. (org-test-with-temp-text
  431. (format "#+INCLUDE: \"%s/examples/macro-templates.org\"
  432. {{{included-macro}}}" org-test-dir)
  433. (let (info)
  434. (org-export-expand-include-keyword)
  435. (org-export-expand-macro info)
  436. (goto-char (point-max))
  437. (buffer-substring (line-beginning-position)
  438. (line-end-position)))))))
  439. (ert-deftest test-org-export/user-ignore-list ()
  440. "Test if `:ignore-list' accepts user input."
  441. (org-test-with-backend test
  442. (flet ((skip-note-head
  443. (data backend info)
  444. ;; Ignore headlines with the word "note" in their title.
  445. (org-element-map
  446. data 'headline
  447. (lambda (headline)
  448. (when (string-match "\\<note\\>"
  449. (org-element-property :raw-value headline))
  450. (org-export-ignore-element headline info)))
  451. info)
  452. data))
  453. ;; Install function in parse tree filters.
  454. (let ((org-export-filter-parse-tree-functions '(skip-note-head)))
  455. (org-test-with-temp-text "* Head1\n* Head2 (note)\n"
  456. (should (equal (org-export-as 'test) "* Head1\n")))))))
  457. (ert-deftest test-org-export/before-parsing-hook ()
  458. "Test `org-export-before-parsing-hook'."
  459. (org-test-with-backend test
  460. (org-test-with-temp-text "* Headline 1\nBody 1\n* Headline 2\nBody 2"
  461. (let ((org-export-before-parsing-hook
  462. '((lambda (backend)
  463. (org-map-entries
  464. (lambda ()
  465. (delete-region (point) (progn (forward-line) (point)))))))))
  466. (should (equal (org-export-as 'test) "Body 1\nBody 2\n"))))))
  467. ;;; Affiliated Keywords
  468. (ert-deftest test-org-export/read-attribute ()
  469. "Test `org-export-read-attribute' specifications."
  470. ;; Standard test.
  471. (should
  472. (equal
  473. (org-export-read-attribute
  474. :attr_html
  475. (org-test-with-temp-text "#+ATTR_HTML: :a 1 :b 2\nParagraph"
  476. (org-element-at-point)))
  477. '(:a 1 :b 2)))
  478. ;; Return nil on empty attribute.
  479. (should-not
  480. (org-export-read-attribute
  481. :attr_html
  482. (org-test-with-temp-text "Paragraph" (org-element-at-point)))))
  483. (ert-deftest test-org-export/get-caption ()
  484. "Test `org-export-get-caption' specifications."
  485. ;; Without optional argument, return long caption
  486. (should
  487. (equal
  488. '("l")
  489. (org-test-with-temp-text "#+CAPTION[s]: l\nPara"
  490. (org-export-get-caption (org-element-at-point)))))
  491. ;; With optional argument, return short caption.
  492. (should
  493. (equal
  494. '("s")
  495. (org-test-with-temp-text "#+CAPTION[s]: l\nPara"
  496. (org-export-get-caption (org-element-at-point) t))))
  497. ;; Multiple lines are separated by white spaces.
  498. (should
  499. (equal
  500. '("a" " " "b")
  501. (org-test-with-temp-text "#+CAPTION: a\n#+CAPTION: b\nPara"
  502. (org-export-get-caption (org-element-at-point))))))
  503. ;;; Export Snippets
  504. (ert-deftest test-org-export/export-snippet ()
  505. "Test export snippets transcoding."
  506. (org-test-with-temp-text "@@test:A@@@@t:B@@"
  507. (org-test-with-backend test
  508. (let ((org-test-translate-alist
  509. (cons (cons 'export-snippet
  510. (lambda (snippet contents info)
  511. (when (eq (org-export-snippet-backend snippet) 'test)
  512. (org-element-property :value snippet))))
  513. org-test-translate-alist)))
  514. (let ((org-export-snippet-translation-alist nil))
  515. (should (equal (org-export-as 'test) "A\n")))
  516. (let ((org-export-snippet-translation-alist '(("t" . "test"))))
  517. (should (equal (org-export-as 'test) "AB\n")))))))
  518. ;;; Footnotes
  519. (ert-deftest test-org-export/footnotes ()
  520. "Test footnotes specifications."
  521. (let ((org-footnote-section nil)
  522. (org-export-with-footnotes t))
  523. ;; 1. Read every type of footnote.
  524. (should
  525. (equal
  526. '((1 . "A\n") (2 . "B") (3 . "C") (4 . "D"))
  527. (org-test-with-parsed-data
  528. "Text[fn:1] [1] [fn:label:C] [fn::D]\n\n[fn:1] A\n\n[1] B"
  529. (org-element-map
  530. tree 'footnote-reference
  531. (lambda (ref)
  532. (let ((def (org-export-get-footnote-definition ref info)))
  533. (cons (org-export-get-footnote-number ref info)
  534. (if (eq (org-element-property :type ref) 'inline) (car def)
  535. (car (org-element-contents
  536. (car (org-element-contents def))))))))
  537. info))))
  538. ;; 2. Test nested footnotes order.
  539. (org-test-with-parsed-data
  540. "Text[fn:1:A[fn:2]] [fn:3].\n\n[fn:2] B [fn:3] [fn::D].\n\n[fn:3] C."
  541. (should
  542. (equal
  543. '((1 . "fn:1") (2 . "fn:2") (3 . "fn:3") (4))
  544. (org-element-map
  545. tree 'footnote-reference
  546. (lambda (ref)
  547. (when (org-export-footnote-first-reference-p ref info)
  548. (cons (org-export-get-footnote-number ref info)
  549. (org-element-property :label ref))))
  550. info))))
  551. ;; 3. Test nested footnote in invisible definitions.
  552. (org-test-with-temp-text "Text[1]\n\n[1] B [2]\n\n[2] C."
  553. ;; Hide definitions.
  554. (narrow-to-region (point) (point-at-eol))
  555. (let* ((tree (org-element-parse-buffer))
  556. (info (org-combine-plists
  557. `(:parse-tree ,tree)
  558. (org-export-collect-tree-properties
  559. tree (org-export-get-environment)))))
  560. ;; Both footnotes should be seen.
  561. (should
  562. (= (length (org-export-collect-footnote-definitions tree info)) 2))))
  563. ;; 4. Test footnotes definitions collection.
  564. (org-test-with-parsed-data "Text[fn:1:A[fn:2]] [fn:3].
  565. \[fn:2] B [fn:3] [fn::D].
  566. \[fn:3] C."
  567. (should (= (length (org-export-collect-footnote-definitions tree info))
  568. 4)))
  569. ;; 5. Test export of footnotes defined outside parsing scope.
  570. (org-test-with-temp-text "[fn:1] Out of scope
  571. * Title
  572. Paragraph[fn:1]"
  573. (org-test-with-backend test
  574. (let ((org-test-translate-alist
  575. (cons (cons 'footnote-reference
  576. (lambda (fn contents info)
  577. (org-element-interpret-data
  578. (org-export-get-footnote-definition fn info))))
  579. org-test-translate-alist)))
  580. (forward-line)
  581. (should (equal "ParagraphOut of scope\n"
  582. (org-export-as 'test 'subtree))))))))
  583. ;;; Headlines and Inlinetasks
  584. (ert-deftest test-org-export/get-relative-level ()
  585. "Test `org-export-get-relative-level' specifications."
  586. ;; Standard test.
  587. (should
  588. (equal '(1 2)
  589. (let ((org-odd-levels-only nil))
  590. (org-test-with-parsed-data "* Headline 1\n** Headline 2"
  591. (org-element-map
  592. tree 'headline
  593. (lambda (h) (org-export-get-relative-level h info))
  594. info)))))
  595. ;; Missing levels
  596. (should
  597. (equal '(1 3)
  598. (let ((org-odd-levels-only nil))
  599. (org-test-with-parsed-data "** Headline 1\n**** Headline 2"
  600. (org-element-map
  601. tree 'headline
  602. (lambda (h) (org-export-get-relative-level h info))
  603. info))))))
  604. (ert-deftest test-org-export/low-level-p ()
  605. "Test `org-export-low-level-p' specifications."
  606. (should
  607. (equal
  608. '(no yes)
  609. (let ((org-odd-levels-only nil))
  610. (org-test-with-parsed-data "* Headline 1\n** Headline 2"
  611. (org-element-map
  612. tree 'headline
  613. (lambda (h) (if (org-export-low-level-p h info) 'yes 'no))
  614. (plist-put info :headline-levels 1)))))))
  615. (ert-deftest test-org-export/get-headline-number ()
  616. "Test `org-export-get-headline-number' specifications."
  617. ;; Standard test.
  618. (should
  619. (equal
  620. '((1) (1 1))
  621. (let ((org-odd-levels-only nil))
  622. (org-test-with-parsed-data "* Headline 1\n** Headline 2"
  623. (org-element-map
  624. tree 'headline
  625. (lambda (h) (org-export-get-headline-number h info))
  626. info)))))
  627. ;; Missing levels are replaced with 0.
  628. (should
  629. (equal
  630. '((1) (1 0 1))
  631. (let ((org-odd-levels-only nil))
  632. (org-test-with-parsed-data "* Headline 1\n*** Headline 2"
  633. (org-element-map
  634. tree 'headline
  635. (lambda (h) (org-export-get-headline-number h info))
  636. info))))))
  637. (ert-deftest test-org-export/numbered-headline-p ()
  638. "Test `org-export-numbered-headline-p' specifications."
  639. ;; If `:section-numbers' is nil, never number headlines.
  640. (should-not
  641. (org-test-with-parsed-data "* Headline"
  642. (org-element-map
  643. tree 'headline
  644. (lambda (h) (org-export-numbered-headline-p h info))
  645. (plist-put info :section-numbers nil))))
  646. ;; If `:section-numbers' is a number, only number headlines with
  647. ;; a level greater that it.
  648. (should
  649. (equal
  650. '(yes no)
  651. (org-test-with-parsed-data "* Headline 1\n** Headline 2"
  652. (org-element-map
  653. tree 'headline
  654. (lambda (h) (if (org-export-numbered-headline-p h info) 'yes 'no))
  655. (plist-put info :section-numbers 1)))))
  656. ;; Otherwise, headlines are always numbered.
  657. (should
  658. (org-test-with-parsed-data "* Headline"
  659. (org-element-map
  660. tree 'headline
  661. (lambda (h) (org-export-numbered-headline-p h info))
  662. (plist-put info :section-numbers t)))))
  663. (ert-deftest test-org-export/number-to-roman ()
  664. "Test `org-export-number-to-roman' specifications."
  665. ;; If number is negative, return it as a string.
  666. (should (equal (org-export-number-to-roman -1) "-1"))
  667. ;; Otherwise, return it as a roman number.
  668. (should (equal (org-export-number-to-roman 1449) "MCDXLIX")))
  669. (ert-deftest test-org-export/get-tags ()
  670. "Test `org-export-get-tags' specifications."
  671. (let ((org-export-exclude-tags '("noexport"))
  672. (org-export-select-tags '("export")))
  673. ;; Standard test: tags which are not a select tag, an exclude tag,
  674. ;; or specified as optional argument shouldn't be ignored.
  675. (should
  676. (org-test-with-parsed-data "* Headline :tag:"
  677. (org-export-get-tags (org-element-map tree 'headline 'identity info t)
  678. info)))
  679. ;; Exclude tags are removed.
  680. (should-not
  681. (org-test-with-parsed-data "* Headline :noexport:"
  682. (org-export-get-tags (org-element-map tree 'headline 'identity info t)
  683. info)))
  684. ;; Select tags are removed.
  685. (should-not
  686. (org-test-with-parsed-data "* Headline :export:"
  687. (org-export-get-tags (org-element-map tree 'headline 'identity info t)
  688. info)))
  689. (should
  690. (equal
  691. '("tag")
  692. (org-test-with-parsed-data "* Headline :tag:export:"
  693. (org-export-get-tags (org-element-map tree 'headline 'identity info t)
  694. info))))
  695. ;; Tags provided in the optional argument are also ignored.
  696. (should-not
  697. (org-test-with-parsed-data "* Headline :ignore:"
  698. (org-export-get-tags (org-element-map tree 'headline 'identity info t)
  699. info '("ignore"))))
  700. ;; Allow tag inheritance.
  701. (should
  702. (equal
  703. '(("tag") ("tag"))
  704. (org-test-with-parsed-data "* Headline :tag:\n** Sub-heading"
  705. (org-element-map
  706. tree 'headline
  707. (lambda (hl) (org-export-get-tags hl info nil t)) info))))))
  708. (ert-deftest test-org-export/get-node-property ()
  709. "Test`org-export-get-node-property' specifications."
  710. ;; Standard test.
  711. (should
  712. (equal "value"
  713. (org-test-with-parsed-data "* Headline
  714. :PROPERTIES:
  715. :prop: value
  716. :END:"
  717. (org-export-get-node-property
  718. :prop (org-element-map tree 'headline 'identity nil t)))))
  719. ;; Test inheritance.
  720. (should
  721. (equal "value"
  722. (org-test-with-parsed-data "* Parent
  723. :PROPERTIES:
  724. :prop: value
  725. :END:
  726. ** Headline
  727. Paragraph"
  728. (org-export-get-node-property
  729. :prop (org-element-map tree 'paragraph 'identity nil t) t))))
  730. ;; Cannot return a value before the first headline.
  731. (should-not
  732. (org-test-with-parsed-data "Paragraph
  733. * Headline
  734. :PROPERTIES:
  735. :prop: value
  736. :END:"
  737. (org-export-get-node-property
  738. :prop (org-element-map tree 'paragraph 'identity nil t)))))
  739. (ert-deftest test-org-export/first-sibling-p ()
  740. "Test `org-export-first-sibling-p' specifications."
  741. ;; Standard test.
  742. (should
  743. (equal
  744. '(yes yes no)
  745. (org-test-with-parsed-data "* Headline\n** Headline 2\n** Headline 3"
  746. (org-element-map
  747. tree 'headline
  748. (lambda (h) (if (org-export-first-sibling-p h info) 'yes 'no))
  749. info))))
  750. ;; Ignore headlines not exported.
  751. (should
  752. (equal
  753. '(yes)
  754. (let ((org-export-exclude-tags '("ignore")))
  755. (org-test-with-parsed-data "* Headline :ignore:\n* Headline 2"
  756. (org-element-map
  757. tree 'headline
  758. (lambda (h) (if (org-export-first-sibling-p h info) 'yes 'no))
  759. info))))))
  760. (ert-deftest test-org-export/last-sibling-p ()
  761. "Test `org-export-last-sibling-p' specifications."
  762. ;; Standard test.
  763. (should
  764. (equal
  765. '(yes no yes)
  766. (org-test-with-parsed-data "* Headline\n** Headline 2\n** Headline 3"
  767. (org-element-map
  768. tree 'headline
  769. (lambda (h) (if (org-export-last-sibling-p h info) 'yes 'no))
  770. info))))
  771. ;; Ignore headlines not exported.
  772. (should
  773. (equal
  774. '(yes)
  775. (let ((org-export-exclude-tags '("ignore")))
  776. (org-test-with-parsed-data "* Headline\n* Headline 2 :ignore:"
  777. (org-element-map
  778. tree 'headline
  779. (lambda (h) (if (org-export-last-sibling-p h info) 'yes 'no))
  780. info))))))
  781. ;;; Links
  782. (ert-deftest test-org-export/get-coderef-format ()
  783. "Test `org-export-get-coderef-format' specifications."
  784. ;; A link without description returns "%s"
  785. (should (equal (org-export-get-coderef-format "(ref:line)" nil)
  786. "%s"))
  787. ;; Return "%s" when path is matched within description.
  788. (should (equal (org-export-get-coderef-format "path" "desc (path)")
  789. "desc %s"))
  790. ;; Otherwise return description.
  791. (should (equal (org-export-get-coderef-format "path" "desc")
  792. "desc")))
  793. (ert-deftest test-org-export/inline-image-p ()
  794. "Test `org-export-inline-image-p' specifications."
  795. (should
  796. (org-export-inline-image-p
  797. (org-test-with-temp-text "[[#id]]"
  798. (org-element-map
  799. (org-element-parse-buffer) 'link 'identity nil t))
  800. '(("custom-id" . "id")))))
  801. (ert-deftest test-org-export/fuzzy-link ()
  802. "Test fuzzy links specifications."
  803. ;; 1. Links to invisible (keyword) targets should be ignored.
  804. (org-test-with-parsed-data
  805. "Paragraph.\n#+TARGET: Test\n[[Test]]"
  806. (should-not
  807. (org-element-map
  808. tree 'link
  809. (lambda (link)
  810. (org-export-get-ordinal
  811. (org-export-resolve-fuzzy-link link info) info)) info)))
  812. ;; 2. Link to an headline should return headline's number.
  813. (org-test-with-parsed-data
  814. "Paragraph.\n* Head1\n* Head2\n* Head3\n[[Head2]]"
  815. (should
  816. ;; Note: Headline's number is in fact a list of numbers.
  817. (equal '(2)
  818. (org-element-map
  819. tree 'link
  820. (lambda (link)
  821. (org-export-get-ordinal
  822. (org-export-resolve-fuzzy-link link info) info)) info t))))
  823. ;; 3. Link to a target in an item should return item's number.
  824. (org-test-with-parsed-data
  825. "- Item1\n - Item11\n - <<test>>Item12\n- Item2\n\n\n[[test]]"
  826. (should
  827. ;; Note: Item's number is in fact a list of numbers.
  828. (equal '(1 2)
  829. (org-element-map
  830. tree 'link
  831. (lambda (link)
  832. (org-export-get-ordinal
  833. (org-export-resolve-fuzzy-link link info) info)) info t))))
  834. ;; 4. Link to a target in a footnote should return footnote's
  835. ;; number.
  836. (org-test-with-parsed-data "
  837. Paragraph[1][2][fn:lbl3:C<<target>>][[test]][[target]]\n[1] A\n\n[2] <<test>>B"
  838. (should
  839. (equal '(2 3)
  840. (org-element-map
  841. tree 'link
  842. (lambda (link)
  843. (org-export-get-ordinal
  844. (org-export-resolve-fuzzy-link link info) info)) info))))
  845. ;; 5. Link to a named element should return sequence number of that
  846. ;; element.
  847. (org-test-with-parsed-data
  848. "#+NAME: tbl1\n|1|2|\n#+NAME: tbl2\n|3|4|\n#+NAME: tbl3\n|5|6|\n[[tbl2]]"
  849. (should
  850. (= 2
  851. (org-element-map
  852. tree 'link
  853. (lambda (link)
  854. (org-export-get-ordinal
  855. (org-export-resolve-fuzzy-link link info) info)) info t))))
  856. ;; 6. Link to a target not within an item, a table, a footnote
  857. ;; reference or definition should return section number.
  858. (org-test-with-parsed-data
  859. "* Head1\n* Head2\nParagraph<<target>>\n* Head3\n[[target]]"
  860. (should
  861. (equal '(2)
  862. (org-element-map
  863. tree 'link
  864. (lambda (link)
  865. (org-export-get-ordinal
  866. (org-export-resolve-fuzzy-link link info) info)) info t)))))
  867. (ert-deftest test-org-export/resolve-coderef ()
  868. "Test `org-export-resolve-coderef' specifications."
  869. (let ((org-coderef-label-format "(ref:%s)"))
  870. ;; 1. A link to a "-n -k -r" block returns line number.
  871. (org-test-with-parsed-data
  872. "#+BEGIN_EXAMPLE -n -k -r\nText (ref:coderef)\n#+END_EXAMPLE"
  873. (should (= (org-export-resolve-coderef "coderef" info) 1)))
  874. (org-test-with-parsed-data
  875. "#+BEGIN_SRC emacs-lisp -n -k -r\n(+ 1 1) (ref:coderef)\n#+END_SRC"
  876. (should (= (org-export-resolve-coderef "coderef" info) 1)))
  877. ;; 2. A link to a "-n -r" block returns line number.
  878. (org-test-with-parsed-data
  879. "#+BEGIN_EXAMPLE -n -r\nText (ref:coderef)\n#+END_EXAMPLE"
  880. (should (= (org-export-resolve-coderef "coderef" info) 1)))
  881. (org-test-with-parsed-data
  882. "#+BEGIN_SRC emacs-lisp -n -r\n(+ 1 1) (ref:coderef)\n#+END_SRC"
  883. (should (= (org-export-resolve-coderef "coderef" info) 1)))
  884. ;; 3. A link to a "-n" block returns coderef.
  885. (org-test-with-parsed-data
  886. "#+BEGIN_SRC emacs-lisp -n\n(+ 1 1) (ref:coderef)\n#+END_SRC"
  887. (should (equal (org-export-resolve-coderef "coderef" info) "coderef")))
  888. (org-test-with-parsed-data
  889. "#+BEGIN_EXAMPLE -n\nText (ref:coderef)\n#+END_EXAMPLE"
  890. (should (equal (org-export-resolve-coderef "coderef" info) "coderef")))
  891. ;; 4. A link to a "-r" block returns line number.
  892. (org-test-with-parsed-data
  893. "#+BEGIN_SRC emacs-lisp -r\n(+ 1 1) (ref:coderef)\n#+END_SRC"
  894. (should (= (org-export-resolve-coderef "coderef" info) 1)))
  895. (org-test-with-parsed-data
  896. "#+BEGIN_EXAMPLE -r\nText (ref:coderef)\n#+END_EXAMPLE"
  897. (should (= (org-export-resolve-coderef "coderef" info) 1)))
  898. ;; 5. A link to a block without a switch returns coderef.
  899. (org-test-with-parsed-data
  900. "#+BEGIN_SRC emacs-lisp\n(+ 1 1) (ref:coderef)\n#+END_SRC"
  901. (should (equal (org-export-resolve-coderef "coderef" info) "coderef")))
  902. (org-test-with-parsed-data
  903. "#+BEGIN_EXAMPLE\nText (ref:coderef)\n#+END_EXAMPLE"
  904. (should (equal (org-export-resolve-coderef "coderef" info) "coderef")))
  905. ;; 6. Correctly handle continued line numbers. A "+n" switch
  906. ;; should resume numbering from previous block with numbered
  907. ;; lines, ignoring blocks not numbering lines in the process.
  908. ;; A "-n" switch resets count.
  909. (org-test-with-parsed-data "
  910. #+BEGIN_EXAMPLE -n
  911. Text.
  912. #+END_EXAMPLE
  913. #+BEGIN_SRC emacs-lisp
  914. \(- 1 1)
  915. #+END_SRC
  916. #+BEGIN_SRC emacs-lisp +n -r
  917. \(+ 1 1) (ref:addition)
  918. #+END_SRC
  919. #+BEGIN_EXAMPLE -n -r
  920. Another text. (ref:text)
  921. #+END_EXAMPLE"
  922. (should (= (org-export-resolve-coderef "addition" info) 2))
  923. (should (= (org-export-resolve-coderef "text" info) 1)))
  924. ;; 7. Recognize coderef with user-specified syntax.
  925. (org-test-with-parsed-data
  926. "#+BEGIN_EXAMPLE -l \"[ref:%s]\"\nText. [ref:text]\n#+END_EXAMPLE"
  927. (should (equal (org-export-resolve-coderef "text" info) "text")))))
  928. (ert-deftest test-org-export/resolve-fuzzy-link ()
  929. "Test `org-export-resolve-fuzzy-link' specifications."
  930. ;; 1. Match target objects.
  931. (org-test-with-parsed-data "<<target>> [[target]]"
  932. (should
  933. (org-export-resolve-fuzzy-link
  934. (org-element-map tree 'link 'identity info t) info)))
  935. ;; 2. Match target elements.
  936. (org-test-with-parsed-data "#+TARGET: target\n[[target]]"
  937. (should
  938. (org-export-resolve-fuzzy-link
  939. (org-element-map tree 'link 'identity info t) info)))
  940. ;; 3. Match named elements.
  941. (org-test-with-parsed-data "#+NAME: target\nParagraph\n\n[[target]]"
  942. (should
  943. (org-export-resolve-fuzzy-link
  944. (org-element-map tree 'link 'identity info t) info)))
  945. ;; 4. Match exact headline's name.
  946. (org-test-with-parsed-data "* My headline\n[[My headline]]"
  947. (should
  948. (org-export-resolve-fuzzy-link
  949. (org-element-map tree 'link 'identity info t) info)))
  950. ;; 5. Targets objects have priority over named elements and headline
  951. ;; titles.
  952. (org-test-with-parsed-data
  953. "* target\n#+NAME: target\n<<target>>\n\n[[target]]"
  954. (should
  955. (eq 'target
  956. (org-element-type
  957. (org-export-resolve-fuzzy-link
  958. (org-element-map tree 'link 'identity info t) info)))))
  959. ;; 6. Named elements have priority over headline titles.
  960. (org-test-with-parsed-data
  961. "* target\n#+NAME: target\nParagraph\n\n[[target]]"
  962. (should
  963. (eq 'paragraph
  964. (org-element-type
  965. (org-export-resolve-fuzzy-link
  966. (org-element-map tree 'link 'identity info t) info)))))
  967. ;; 7. If link's path starts with a "*", only match headline titles,
  968. ;; though.
  969. (org-test-with-parsed-data
  970. "* target\n#+NAME: target\n<<target>>\n\n[[*target]]"
  971. (should
  972. (eq 'headline
  973. (org-element-type
  974. (org-export-resolve-fuzzy-link
  975. (org-element-map tree 'link 'identity info t) info)))))
  976. ;; 8. Return nil if no match.
  977. (org-test-with-parsed-data "[[target]]"
  978. (should-not
  979. (org-export-resolve-fuzzy-link
  980. (org-element-map tree 'link 'identity info t) info))))
  981. (ert-deftest test-org-export/resolve-id-link ()
  982. "Test `org-export-resolve-id-link' specifications."
  983. ;; 1. Regular test for custom-id link.
  984. (org-test-with-parsed-data "* Headline1
  985. :PROPERTIES:
  986. :CUSTOM-ID: test
  987. :END:
  988. * Headline 2
  989. \[[#test]]"
  990. (should
  991. (org-export-resolve-id-link
  992. (org-element-map tree 'link 'identity info t) info)))
  993. ;; 2. Failing test for custom-id link.
  994. (org-test-with-parsed-data "* Headline1
  995. :PROPERTIES:
  996. :CUSTOM-ID: test
  997. :END:
  998. * Headline 2
  999. \[[#no-match]]"
  1000. (should-not
  1001. (org-export-resolve-id-link
  1002. (org-element-map tree 'link 'identity info t) info)))
  1003. ;; 3. Test for internal id target.
  1004. (org-test-with-parsed-data "* Headline1
  1005. :PROPERTIES:
  1006. :ID: aaaa
  1007. :END:
  1008. * Headline 2
  1009. \[[id:aaaa]]"
  1010. (should
  1011. (org-export-resolve-id-link
  1012. (org-element-map tree 'link 'identity info t) info)))
  1013. ;; 4. Test for external id target.
  1014. (org-test-with-parsed-data "[[id:aaaa]]"
  1015. (should
  1016. (org-export-resolve-id-link
  1017. (org-element-map tree 'link 'identity info t)
  1018. (org-combine-plists info '(:id-alist (("aaaa" . "external-file"))))))))
  1019. (ert-deftest test-org-export/resolve-radio-link ()
  1020. "Test `org-export-resolve-radio-link' specifications."
  1021. ;; Standard test.
  1022. (org-test-with-temp-text "<<<radio>>> radio"
  1023. (org-update-radio-target-regexp)
  1024. (should
  1025. (let* ((tree (org-element-parse-buffer))
  1026. (info `(:parse-tree ,tree)))
  1027. (org-export-resolve-radio-link
  1028. (org-element-map tree 'link 'identity info t)
  1029. info))))
  1030. ;; Radio target with objects.
  1031. (org-test-with-temp-text "<<<radio \\alpha>>> radio \\alpha"
  1032. (org-update-radio-target-regexp)
  1033. (should
  1034. (let* ((tree (org-element-parse-buffer))
  1035. (info `(:parse-tree ,tree)))
  1036. (org-export-resolve-radio-link
  1037. (org-element-map tree 'link 'identity info t)
  1038. info)))))
  1039. ;;; Src-block and example-block
  1040. (ert-deftest test-org-export/unravel-code ()
  1041. "Test `org-export-unravel-code' function."
  1042. (let ((org-coderef-label-format "(ref:%s)"))
  1043. ;; 1. Code without reference.
  1044. (org-test-with-temp-text "#+BEGIN_EXAMPLE\n(+ 1 1)\n#+END_EXAMPLE"
  1045. (should (equal (org-export-unravel-code (org-element-at-point))
  1046. '("(+ 1 1)\n"))))
  1047. ;; 2. Code with reference.
  1048. (org-test-with-temp-text
  1049. "#+BEGIN_EXAMPLE\n(+ 1 1) (ref:test)\n#+END_EXAMPLE"
  1050. (should (equal (org-export-unravel-code (org-element-at-point))
  1051. '("(+ 1 1)\n" (1 . "test")))))
  1052. ;; 3. Code with user-defined reference.
  1053. (org-test-with-temp-text
  1054. "#+BEGIN_EXAMPLE -l \"[ref:%s]\"\n(+ 1 1) [ref:test]\n#+END_EXAMPLE"
  1055. (should (equal (org-export-unravel-code (org-element-at-point))
  1056. '("(+ 1 1)\n" (1 . "test")))))
  1057. ;; 4. Code references keys are relative to the current block.
  1058. (org-test-with-temp-text "
  1059. #+BEGIN_EXAMPLE -n
  1060. \(+ 1 1)
  1061. #+END_EXAMPLE
  1062. #+BEGIN_EXAMPLE +n
  1063. \(+ 2 2)
  1064. \(+ 3 3) (ref:one)
  1065. #+END_EXAMPLE"
  1066. (goto-line 5)
  1067. (should (equal (org-export-unravel-code (org-element-at-point))
  1068. '("(+ 2 2)\n(+ 3 3)\n" (2 . "one")))))))
  1069. ;;; Tables
  1070. (ert-deftest test-org-export/special-column ()
  1071. "Test if the table's special column is properly recognized."
  1072. ;; 1. First column is special if it contains only a special marking
  1073. ;; characters or empty cells.
  1074. (org-test-with-temp-text "
  1075. | ! | 1 |
  1076. | | 2 |"
  1077. (should
  1078. (org-export-table-has-special-column-p
  1079. (org-element-map
  1080. (org-element-parse-buffer) 'table 'identity nil 'first-match))))
  1081. ;; 2. If the column contains anything else, it isn't special.
  1082. (org-test-with-temp-text "
  1083. | ! | 1 |
  1084. | b | 2 |"
  1085. (should-not
  1086. (org-export-table-has-special-column-p
  1087. (org-element-map
  1088. (org-element-parse-buffer) 'table 'identity nil 'first-match))))
  1089. ;; 3. Special marking characters are "#", "^", "*", "_", "/", "$"
  1090. ;; and "!".
  1091. (org-test-with-temp-text "
  1092. | # | 1 |
  1093. | ^ | 2 |
  1094. | * | 3 |
  1095. | _ | 4 |
  1096. | / | 5 |
  1097. | $ | 6 |
  1098. | ! | 7 |"
  1099. (should
  1100. (org-export-table-has-special-column-p
  1101. (org-element-map
  1102. (org-element-parse-buffer) 'table 'identity nil 'first-match))))
  1103. ;; 4. A first column with only empty cells isn't considered as
  1104. ;; special.
  1105. (org-test-with-temp-text "
  1106. | | 1 |
  1107. | | 2 |"
  1108. (should-not
  1109. (org-export-table-has-special-column-p
  1110. (org-element-map
  1111. (org-element-parse-buffer) 'table 'identity nil 'first-match)))))
  1112. (ert-deftest test-org-export/table-row-is-special-p ()
  1113. "Test `org-export-table-row-is-special-p' specifications."
  1114. ;; 1. A row is special if it has a special marking character in the
  1115. ;; special column.
  1116. (org-test-with-parsed-data "| ! | 1 |"
  1117. (should
  1118. (org-export-table-row-is-special-p
  1119. (org-element-map tree 'table-row 'identity nil 'first-match) info)))
  1120. ;; 2. A row is special when its first field is "/"
  1121. (org-test-with-parsed-data "
  1122. | / | 1 |
  1123. | a | b |"
  1124. (should
  1125. (org-export-table-row-is-special-p
  1126. (org-element-map tree 'table-row 'identity nil 'first-match) info)))
  1127. ;; 3. A row only containing alignment cookies is also considered as
  1128. ;; special.
  1129. (org-test-with-parsed-data "| <5> | | <l> | <l22> |"
  1130. (should
  1131. (org-export-table-row-is-special-p
  1132. (org-element-map tree 'table-row 'identity nil 'first-match) info)))
  1133. ;; 4. Everything else isn't considered as special.
  1134. (org-test-with-parsed-data "| \alpha | | c |"
  1135. (should-not
  1136. (org-export-table-row-is-special-p
  1137. (org-element-map tree 'table-row 'identity nil 'first-match) info)))
  1138. ;; 5. Table's rules are never considered as special rows.
  1139. (org-test-with-parsed-data "|---+---|"
  1140. (should-not
  1141. (org-export-table-row-is-special-p
  1142. (org-element-map tree 'table-row 'identity nil 'first-match) info))))
  1143. (ert-deftest test-org-export/has-header-p ()
  1144. "Test `org-export-table-has-header-p' specifications."
  1145. ;; 1. With an header.
  1146. (org-test-with-parsed-data "
  1147. | a | b |
  1148. |---+---|
  1149. | c | d |"
  1150. (should
  1151. (org-export-table-has-header-p
  1152. (org-element-map tree 'table 'identity info 'first-match)
  1153. info)))
  1154. ;; 2. Without an header.
  1155. (org-test-with-parsed-data "
  1156. | a | b |
  1157. | c | d |"
  1158. (should-not
  1159. (org-export-table-has-header-p
  1160. (org-element-map tree 'table 'identity info 'first-match)
  1161. info)))
  1162. ;; 3. Don't get fooled with starting and ending rules.
  1163. (org-test-with-parsed-data "
  1164. |---+---|
  1165. | a | b |
  1166. | c | d |
  1167. |---+---|"
  1168. (should-not
  1169. (org-export-table-has-header-p
  1170. (org-element-map tree 'table 'identity info 'first-match)
  1171. info))))
  1172. (ert-deftest test-org-export/table-row-group ()
  1173. "Test `org-export-table-row-group' specifications."
  1174. ;; 1. A rule creates a new group.
  1175. (org-test-with-parsed-data "
  1176. | a | b |
  1177. |---+---|
  1178. | 1 | 2 |"
  1179. (should
  1180. (equal
  1181. '(1 nil 2)
  1182. (mapcar (lambda (row) (org-export-table-row-group row info))
  1183. (org-element-map tree 'table-row 'identity)))))
  1184. ;; 2. Special rows are ignored in count.
  1185. (org-test-with-parsed-data "
  1186. | / | < | > |
  1187. |---|---+---|
  1188. | | 1 | 2 |"
  1189. (should
  1190. (equal
  1191. '(nil nil 1)
  1192. (mapcar (lambda (row) (org-export-table-row-group row info))
  1193. (org-element-map tree 'table-row 'identity)))))
  1194. ;; 3. Double rules also are ignored in count.
  1195. (org-test-with-parsed-data "
  1196. | a | b |
  1197. |---+---|
  1198. |---+---|
  1199. | 1 | 2 |"
  1200. (should
  1201. (equal
  1202. '(1 nil nil 2)
  1203. (mapcar (lambda (row) (org-export-table-row-group row info))
  1204. (org-element-map tree 'table-row 'identity))))))
  1205. (ert-deftest test-org-export/table-cell-width ()
  1206. "Test `org-export-table-cell-width' specifications."
  1207. ;; 1. Width is primarily determined by width cookies. If no cookie
  1208. ;; is found, cell's width is nil.
  1209. (org-test-with-parsed-data "
  1210. | / | <l> | <6> | <l7> |
  1211. | | a | b | c |"
  1212. (should
  1213. (equal
  1214. '(nil 6 7)
  1215. (mapcar (lambda (cell) (org-export-table-cell-width cell info))
  1216. (org-element-map tree 'table-cell 'identity info)))))
  1217. ;; 2. The last width cookie has precedence.
  1218. (org-test-with-parsed-data "
  1219. | <6> |
  1220. | <7> |
  1221. | a |"
  1222. (should
  1223. (equal
  1224. '(7)
  1225. (mapcar (lambda (cell) (org-export-table-cell-width cell info))
  1226. (org-element-map tree 'table-cell 'identity info)))))
  1227. ;; 3. Valid width cookies must have a specific row.
  1228. (org-test-with-parsed-data "| <6> | cell |"
  1229. (should
  1230. (equal
  1231. '(nil nil)
  1232. (mapcar (lambda (cell) (org-export-table-cell-width cell info))
  1233. (org-element-map tree 'table-cell 'identity))))))
  1234. (ert-deftest test-org-export/table-cell-alignment ()
  1235. "Test `org-export-table-cell-alignment' specifications."
  1236. (let ((org-table-number-fraction 0.5)
  1237. (org-table-number-regexp "^[0-9]+$"))
  1238. ;; 1. Alignment is primarily determined by alignment cookies.
  1239. (org-test-with-temp-text "| <l> | <c> | <r> |"
  1240. (let* ((tree (org-element-parse-buffer))
  1241. (info `(:parse-tree ,tree)))
  1242. (should
  1243. (equal
  1244. '(left center right)
  1245. (mapcar (lambda (cell) (org-export-table-cell-alignment cell info))
  1246. (org-element-map tree 'table-cell 'identity))))))
  1247. ;; 2. The last alignment cookie has precedence.
  1248. (org-test-with-parsed-data "
  1249. | <l8> |
  1250. | cell |
  1251. | <r9> |"
  1252. (should
  1253. (equal
  1254. '(right right right)
  1255. (mapcar (lambda (cell) (org-export-table-cell-alignment cell info))
  1256. (org-element-map tree 'table-cell 'identity)))))
  1257. ;; 3. If there's no cookie, cell's contents determine alignment.
  1258. ;; A column mostly made of cells containing numbers will align
  1259. ;; its cells to the right.
  1260. (org-test-with-parsed-data "
  1261. | 123 |
  1262. | some text |
  1263. | 12345 |"
  1264. (should
  1265. (equal
  1266. '(right right right)
  1267. (mapcar (lambda (cell)
  1268. (org-export-table-cell-alignment cell info))
  1269. (org-element-map tree 'table-cell 'identity)))))
  1270. ;; 4. Otherwise, they will be aligned to the left.
  1271. (org-test-with-parsed-data "
  1272. | text |
  1273. | some text |
  1274. | \alpha |"
  1275. (should
  1276. (equal
  1277. '(left left left)
  1278. (mapcar (lambda (cell)
  1279. (org-export-table-cell-alignment cell info))
  1280. (org-element-map tree 'table-cell 'identity)))))))
  1281. (ert-deftest test-org-export/table-cell-borders ()
  1282. "Test `org-export-table-cell-borders' specifications."
  1283. ;; 1. Recognize various column groups indicators.
  1284. (org-test-with-parsed-data "| / | < | > | <> |"
  1285. (should
  1286. (equal
  1287. '((right bottom top) (left bottom top) (right bottom top)
  1288. (right left bottom top))
  1289. (mapcar (lambda (cell)
  1290. (org-export-table-cell-borders cell info))
  1291. (org-element-map tree 'table-cell 'identity)))))
  1292. ;; 2. Accept shortcuts to define column groups.
  1293. (org-test-with-parsed-data "| / | < | < |"
  1294. (should
  1295. (equal
  1296. '((right bottom top) (right left bottom top) (left bottom top))
  1297. (mapcar (lambda (cell)
  1298. (org-export-table-cell-borders cell info))
  1299. (org-element-map tree 'table-cell 'identity)))))
  1300. ;; 3. A valid column groups row must start with a "/".
  1301. (org-test-with-parsed-data "
  1302. | | < |
  1303. | a | b |"
  1304. (should
  1305. (equal '((top) (top) (bottom) (bottom))
  1306. (mapcar (lambda (cell)
  1307. (org-export-table-cell-borders cell info))
  1308. (org-element-map tree 'table-cell 'identity)))))
  1309. ;; 4. Take table rules into consideration.
  1310. (org-test-with-parsed-data "
  1311. | 1 |
  1312. |---|
  1313. | 2 |"
  1314. (should
  1315. (equal '((below top) (bottom above))
  1316. (mapcar (lambda (cell)
  1317. (org-export-table-cell-borders cell info))
  1318. (org-element-map tree 'table-cell 'identity)))))
  1319. ;; 5. Top and (resp. bottom) rules induce both `top' and `above'
  1320. ;; (resp. `bottom' and `below') borders. Any special row is
  1321. ;; ignored.
  1322. (org-test-with-parsed-data "
  1323. |---+----|
  1324. | / | |
  1325. | | 1 |
  1326. |---+----|"
  1327. (should
  1328. (equal '((bottom below top above))
  1329. (last
  1330. (mapcar (lambda (cell)
  1331. (org-export-table-cell-borders cell info))
  1332. (org-element-map tree 'table-cell 'identity)))))))
  1333. (ert-deftest test-org-export/table-dimensions ()
  1334. "Test `org-export-table-dimensions' specifications."
  1335. ;; 1. Standard test.
  1336. (org-test-with-parsed-data "
  1337. | 1 | 2 | 3 |
  1338. | 4 | 5 | 6 |"
  1339. (should
  1340. (equal '(2 . 3)
  1341. (org-export-table-dimensions
  1342. (org-element-map tree 'table 'identity info 'first-match) info))))
  1343. ;; 2. Ignore horizontal rules and special columns.
  1344. (org-test-with-parsed-data "
  1345. | / | < | > |
  1346. | 1 | 2 | 3 |
  1347. |---+---+---|
  1348. | 4 | 5 | 6 |"
  1349. (should
  1350. (equal '(2 . 3)
  1351. (org-export-table-dimensions
  1352. (org-element-map tree 'table 'identity info 'first-match) info)))))
  1353. (ert-deftest test-org-export/table-cell-address ()
  1354. "Test `org-export-table-cell-address' specifications."
  1355. ;; 1. Standard test: index is 0-based.
  1356. (org-test-with-parsed-data "| a | b |"
  1357. (should
  1358. (equal '((0 . 0) (0 . 1))
  1359. (org-element-map
  1360. tree 'table-cell
  1361. (lambda (cell) (org-export-table-cell-address cell info))
  1362. info))))
  1363. ;; 2. Special column isn't counted, nor are special rows.
  1364. (org-test-with-parsed-data "
  1365. | / | <> |
  1366. | | c |"
  1367. (should
  1368. (equal '(0 . 0)
  1369. (org-export-table-cell-address
  1370. (car (last (org-element-map tree 'table-cell 'identity info)))
  1371. info))))
  1372. ;; 3. Tables rules do not count either.
  1373. (org-test-with-parsed-data "
  1374. | a |
  1375. |---|
  1376. | b |
  1377. |---|
  1378. | c |"
  1379. (should
  1380. (equal '(2 . 0)
  1381. (org-export-table-cell-address
  1382. (car (last (org-element-map tree 'table-cell 'identity info)))
  1383. info))))
  1384. ;; 4. Return nil for special cells.
  1385. (org-test-with-parsed-data "| / | a |"
  1386. (should-not
  1387. (org-export-table-cell-address
  1388. (org-element-map tree 'table-cell 'identity nil 'first-match)
  1389. info))))
  1390. (ert-deftest test-org-export/get-table-cell-at ()
  1391. "Test `org-export-get-table-cell-at' specifications."
  1392. ;; 1. Address ignores special columns, special rows and rules.
  1393. (org-test-with-parsed-data "
  1394. | / | <> |
  1395. | | a |
  1396. |---+----|
  1397. | | b |"
  1398. (should
  1399. (equal '("b")
  1400. (org-element-contents
  1401. (org-export-get-table-cell-at
  1402. '(1 . 0)
  1403. (org-element-map tree 'table 'identity info 'first-match)
  1404. info)))))
  1405. ;; 2. Return value for a non-existent address is nil.
  1406. (org-test-with-parsed-data "| a |"
  1407. (should-not
  1408. (org-export-get-table-cell-at
  1409. '(2 . 2)
  1410. (org-element-map tree 'table 'identity info 'first-match)
  1411. info)))
  1412. (org-test-with-parsed-data "| / |"
  1413. (should-not
  1414. (org-export-get-table-cell-at
  1415. '(0 . 0)
  1416. (org-element-map tree 'table 'identity info 'first-match)
  1417. info))))
  1418. (ert-deftest test-org-export/table-cell-starts-colgroup-p ()
  1419. "Test `org-export-table-cell-starts-colgroup-p' specifications."
  1420. ;; 1. A cell at a beginning of a row always starts a column group.
  1421. (org-test-with-parsed-data "| a |"
  1422. (should
  1423. (org-export-table-cell-starts-colgroup-p
  1424. (org-element-map tree 'table-cell 'identity info 'first-match)
  1425. info)))
  1426. ;; 2. Special column should be ignored when determining the
  1427. ;; beginning of the row.
  1428. (org-test-with-parsed-data "
  1429. | / | |
  1430. | | a |"
  1431. (should
  1432. (org-export-table-cell-starts-colgroup-p
  1433. (org-element-map tree 'table-cell 'identity info 'first-match)
  1434. info)))
  1435. ;; 2. Explicit column groups.
  1436. (org-test-with-parsed-data "
  1437. | / | | < |
  1438. | a | b | c |"
  1439. (should
  1440. (equal
  1441. '(yes no yes)
  1442. (org-element-map
  1443. tree 'table-cell
  1444. (lambda (cell)
  1445. (if (org-export-table-cell-starts-colgroup-p cell info) 'yes 'no))
  1446. info)))))
  1447. (ert-deftest test-org-export/table-cell-ends-colgroup-p ()
  1448. "Test `org-export-table-cell-ends-colgroup-p' specifications."
  1449. ;; 1. A cell at the end of a row always ends a column group.
  1450. (org-test-with-parsed-data "| a |"
  1451. (should
  1452. (org-export-table-cell-ends-colgroup-p
  1453. (org-element-map tree 'table-cell 'identity info 'first-match)
  1454. info)))
  1455. ;; 2. Special column should be ignored when determining the
  1456. ;; beginning of the row.
  1457. (org-test-with-parsed-data "
  1458. | / | |
  1459. | | a |"
  1460. (should
  1461. (org-export-table-cell-ends-colgroup-p
  1462. (org-element-map tree 'table-cell 'identity info 'first-match)
  1463. info)))
  1464. ;; 3. Explicit column groups.
  1465. (org-test-with-parsed-data "
  1466. | / | < | |
  1467. | a | b | c |"
  1468. (should
  1469. (equal
  1470. '(yes no yes)
  1471. (org-element-map
  1472. tree 'table-cell
  1473. (lambda (cell)
  1474. (if (org-export-table-cell-ends-colgroup-p cell info) 'yes 'no))
  1475. info)))))
  1476. (ert-deftest test-org-export/table-row-starts-rowgroup-p ()
  1477. "Test `org-export-table-row-starts-rowgroup-p' specifications."
  1478. ;; 1. A row at the beginning of a table always starts a row group.
  1479. ;; So does a row following a table rule.
  1480. (org-test-with-parsed-data "
  1481. | a |
  1482. |---|
  1483. | b |"
  1484. (should
  1485. (equal
  1486. '(yes no yes)
  1487. (org-element-map
  1488. tree 'table-row
  1489. (lambda (row)
  1490. (if (org-export-table-row-starts-rowgroup-p row info) 'yes 'no))
  1491. info))))
  1492. ;; 2. Special rows should be ignored when determining the beginning
  1493. ;; of the row.
  1494. (org-test-with-parsed-data "
  1495. | / | < |
  1496. | | a |
  1497. |---+---|
  1498. | / | < |
  1499. | | b |"
  1500. (should
  1501. (equal
  1502. '(yes no yes)
  1503. (org-element-map
  1504. tree 'table-row
  1505. (lambda (row)
  1506. (if (org-export-table-row-starts-rowgroup-p row info) 'yes 'no))
  1507. info)))))
  1508. (ert-deftest test-org-export/table-row-ends-rowgroup-p ()
  1509. "Test `org-export-table-row-ends-rowgroup-p' specifications."
  1510. ;; 1. A row at the end of a table always ends a row group. So does
  1511. ;; a row preceding a table rule.
  1512. (org-test-with-parsed-data "
  1513. | a |
  1514. |---|
  1515. | b |"
  1516. (should
  1517. (equal
  1518. '(yes no yes)
  1519. (org-element-map
  1520. tree 'table-row
  1521. (lambda (row)
  1522. (if (org-export-table-row-ends-rowgroup-p row info) 'yes 'no))
  1523. info))))
  1524. ;; 2. Special rows should be ignored when determining the beginning
  1525. ;; of the row.
  1526. (org-test-with-parsed-data "
  1527. | | a |
  1528. | / | < |
  1529. |---+---|
  1530. | | b |
  1531. | / | < |"
  1532. (should
  1533. (equal
  1534. '(yes no yes)
  1535. (org-element-map
  1536. tree 'table-row
  1537. (lambda (row)
  1538. (if (org-export-table-row-ends-rowgroup-p row info) 'yes 'no))
  1539. info)))))
  1540. (ert-deftest test-org-export/table-row-starts-header-p ()
  1541. "Test `org-export-table-row-starts-header-p' specifications."
  1542. ;; 1. Only the row starting the first row group starts the table
  1543. ;; header.
  1544. (org-test-with-parsed-data "
  1545. | a |
  1546. | b |
  1547. |---|
  1548. | c |"
  1549. (should
  1550. (equal
  1551. '(yes no no no)
  1552. (org-element-map
  1553. tree 'table-row
  1554. (lambda (row)
  1555. (if (org-export-table-row-starts-header-p row info) 'yes 'no))
  1556. info))))
  1557. ;; 2. A row cannot start an header if there's no header in the
  1558. ;; table.
  1559. (org-test-with-parsed-data "
  1560. | a |
  1561. |---|"
  1562. (should-not
  1563. (org-export-table-row-starts-header-p
  1564. (org-element-map tree 'table-row 'identity info 'first-match)
  1565. info))))
  1566. (ert-deftest test-org-export/table-row-ends-header-p ()
  1567. "Test `org-export-table-row-ends-header-p' specifications."
  1568. ;; 1. Only the row starting the first row group starts the table
  1569. ;; header.
  1570. (org-test-with-parsed-data "
  1571. | a |
  1572. | b |
  1573. |---|
  1574. | c |"
  1575. (should
  1576. (equal
  1577. '(no yes no no)
  1578. (org-element-map
  1579. tree 'table-row
  1580. (lambda (row)
  1581. (if (org-export-table-row-ends-header-p row info) 'yes 'no))
  1582. info))))
  1583. ;; 2. A row cannot start an header if there's no header in the
  1584. ;; table.
  1585. (org-test-with-parsed-data "
  1586. | a |
  1587. |---|"
  1588. (should-not
  1589. (org-export-table-row-ends-header-p
  1590. (org-element-map tree 'table-row 'identity info 'first-match)
  1591. info))))
  1592. ;;; Topology
  1593. (ert-deftest test-org-export/get-next-element ()
  1594. "Test `org-export-get-next-element' specifications."
  1595. ;; Standard test.
  1596. (should
  1597. (equal "b"
  1598. (org-test-with-parsed-data "* Headline\n*a* b"
  1599. (org-export-get-next-element
  1600. (org-element-map tree 'bold 'identity info t) info))))
  1601. ;; Return nil when no previous element.
  1602. (should-not
  1603. (org-test-with-parsed-data "* Headline\na *b*"
  1604. (org-export-get-next-element
  1605. (org-element-map tree 'bold 'identity info t) info)))
  1606. ;; Non-exportable elements are ignored.
  1607. (should-not
  1608. (let ((org-export-with-timestamps nil))
  1609. (org-test-with-parsed-data "\alpha <2012-03-29 Thu>"
  1610. (org-export-get-next-element
  1611. (org-element-map tree 'entity 'identity info t) info)))))
  1612. (ert-deftest test-org-export/get-previous-element ()
  1613. "Test `org-export-get-previous-element' specifications."
  1614. ;; Standard test.
  1615. (should
  1616. (equal "a "
  1617. (org-test-with-parsed-data "* Headline\na *b*"
  1618. (org-export-get-previous-element
  1619. (org-element-map tree 'bold 'identity info t) info))))
  1620. ;; Return nil when no previous element.
  1621. (should-not
  1622. (org-test-with-parsed-data "* Headline\n*a* b"
  1623. (org-export-get-previous-element
  1624. (org-element-map tree 'bold 'identity info t) info)))
  1625. ;; Non-exportable elements are ignored.
  1626. (should-not
  1627. (let ((org-export-with-timestamps nil))
  1628. (org-test-with-parsed-data "<2012-03-29 Thu> \alpha"
  1629. (org-export-get-previous-element
  1630. (org-element-map tree 'entity 'identity info t) info)))))
  1631. (provide 'test-org-export)
  1632. ;;; test-org-export.el end here