aboutsummaryrefslogtreecommitdiff
path: root/test-org-link-edit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-05-05 19:38:34 -0400
committerKyle Meyer <kyle@kyleam.com>2017-05-05 19:38:34 -0400
commit57f3a6110d7386cb71b01b8251aa7d3b11be5b8e (patch)
tree8af12fe8c597444cda33583f350711f10160f621 /test-org-link-edit.el
parente0be9b9a015fcce95c9cf8df40dcf78ce307ee81 (diff)
downloadorg-link-edit-57f3a6110d7386cb71b01b8251aa7d3b11be5b8e.tar.gz
transport-next-link: Fix error on whitespace
When point is on whitespace, there are no description bounds because there is no text to use for the description. Avoid a type error in this case by navigating to the initial location of point rather than the left description bound.
Diffstat (limited to 'test-org-link-edit.el')
-rw-r--r--test-org-link-edit.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-org-link-edit.el b/test-org-link-edit.el
index 9f8a3bd..a5fecef 100644
--- a/test-org-link-edit.el
+++ b/test-org-link-edit.el
@@ -545,6 +545,13 @@ website"
(org-link-edit-transport-next-link
'previous (point) (point-max))
(buffer-string))))
+ ;; Transport next link with point on whitespace.
+ (should
+ (string= "Here is\[\[http://orgmode.org/\]\] Org's website "
+ (org-test-with-temp-text
+ "Here is<point> Org's website http://orgmode.org/"
+ (org-link-edit-transport-next-link)
+ (buffer-string))))
;; Fail if point is on a link.
(should-error
(org-test-with-temp-text