diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-24 19:35:52 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-24 19:36:14 -0500 |
commit | bb1eb5b85d69fa973cc62d79c797b19a1792e5d9 (patch) | |
tree | 6ab48195eda051692992f625c346cf96014fc333 | |
parent | 080a44025dd5d15fb55788778e7e5e08fbe782ed (diff) | |
download | org-link-edit-bb1eb5b85d69fa973cc62d79c797b19a1792e5d9.tar.gz |
tests: Reflow a test
-rw-r--r-- | test-org-link-edit.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test-org-link-edit.el b/test-org-link-edit.el index 3552a34..d330840 100644 --- a/test-org-link-edit.el +++ b/test-org-link-edit.el @@ -555,11 +555,12 @@ website" ;; Transported links are allow to have an existing description when ;; point is on whitespace. (should - (string= "Here is\[\[http://orgmode.org/\]\[descrption\]\] Org's website " - (org-test-with-temp-text - "Here is<point> Org's website \[\[http://orgmode.org/\]\[descrption\]\]" - (org-link-edit-transport-next-link) - (buffer-string)))) + (string= + "Here is\[\[http://orgmode.org/\]\[descrption\]\] Org's website " + (org-test-with-temp-text + "Here is<point> Org's website \[\[http://orgmode.org/\]\[descrption\]\]" + (org-link-edit-transport-next-link) + (buffer-string)))) ;; Fail if point is on a link. (should-error (org-test-with-temp-text |