From a991bdf74dc90588121d54665ff405f9eb6f9da7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 8 Aug 2015 19:39:11 -0400 Subject: Clean up some spacing in tests --- test-org-link-edit.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'test-org-link-edit.el') diff --git a/test-org-link-edit.el b/test-org-link-edit.el index c238ec8..e00288c 100644 --- a/test-org-link-edit.el +++ b/test-org-link-edit.el @@ -119,16 +119,16 @@ website is" "\[\[http://orgmode.org/\]\[website\]\]" (org-test-with-temp-text "\[\[http://orgmode.org/\]\]website" - (org-link-edit-forward-slurp 1) - (buffer-string)))) + (org-link-edit-forward-slurp 1) + (buffer-string)))) ;; Slurp blob that isn't separated from link by whitespace. (should (string= "\[\[http://orgmode.org/\]\[-website\]\]" (org-test-with-temp-text "\[\[http://orgmode.org/\]\]-website" - (org-link-edit-forward-slurp 1) - (buffer-string)))) + (org-link-edit-forward-slurp 1) + (buffer-string)))) ;; Slurp beyond the number of present blobs. (should-error (org-test-with-temp-text @@ -209,17 +209,17 @@ website is" (string= "Here \[\[http://orgmode.org/\]\[is\]\] Org's website" (org-test-with-temp-text - "Here is\[\[http://orgmode.org/\]\] Org's website" - (org-link-edit-backward-slurp 1) - (buffer-string)))) + "Here is\[\[http://orgmode.org/\]\] Org's website" + (org-link-edit-backward-slurp 1) + (buffer-string)))) ;; Slurp blob that isn't separated from link by whitespace. (should (string= "Here \[\[http://orgmode.org/\]\[is-\]\] Org's website" (org-test-with-temp-text - "Here is-\[\[http://orgmode.org/\]\] Org's website" - (org-link-edit-backward-slurp 1) - (buffer-string)))) + "Here is-\[\[http://orgmode.org/\]\] Org's website" + (org-link-edit-backward-slurp 1) + (buffer-string)))) ;; Slurp beyond the number of present blobs. (should-error (org-test-with-temp-text @@ -461,7 +461,7 @@ website" (should-not desc)) ;; Bracket link (cl-multiple-value-bind (beg end link desc) - (org-test-with-temp-text "\[\[http://orgmode.org/\]\[org\]\]" + (org-test-with-temp-text "\[\[http://orgmode.org/\]\[org\]\]" (org-link-edit--get-link-data)) (should (string= link "http://orgmode.org/")) (should (string= desc "org")))) -- cgit v1.2.3