test-org-element: Fix indentation

* testing/lisp/test-org-element.el (test-org-element/link-parser): Fix
  indentation.
This commit is contained in:
Nicolas Goaziou 2014-07-26 15:11:38 +02:00
parent 451e20d982
commit 30db07e427
1 changed files with 1 additions and 1 deletions

View File

@ -1507,7 +1507,7 @@ e^{i\\pi}+1=0
(equal "//orgmode.org"
(org-test-with-temp-text "[[http://orgmode.\norg]]"
(org-element-property :path (org-element-context)))))
;; Plain link.
;; Plain link.
(should
(org-test-with-temp-text "A link: http://orgmode.org"
(org-element-map (org-element-parse-buffer) 'link 'identity)))