Browse Source

test-org-element: Fix indentation

* testing/lisp/test-org-element.el (test-org-element/link-parser): Fix
  indentation.
Nicolas Goaziou 10 years ago
parent
commit
30db07e427
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-org-element.el

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

@@ -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)))