فهرست منبع

test-org-element.el (test-org-element/org-open-at-point): Add test

* test-org-element.el (test-org-element/org-open-at-point):
Add test.

TINYCHANGE
York Zhao 11 سال پیش
والد
کامیت
b366525077
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      testing/lisp/test-org-element.el

+ 8 - 0
testing/lisp/test-org-element.el

@@ -1479,6 +1479,14 @@ e^{i\\pi}+1=0
 	    (search-forward "file:")
 	    (org-element-property :type (org-element-context))))))
 
+(ert-deftest test-org-element/org-open-at-point ()
+  "Test `org-open-at-point' with link being a heading property."
+  (org-test-with-temp-text
+   "* Headline
+:PROPERTIES:
+:URL: <point>[[info:org#Top]]
+:END:"
+   (org-open-at-point)))
 
 ;;;; Macro