summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-11-28 16:52:27 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2012-11-28 16:52:27 +0100
commit09cfdb8260af824a1ab85fa2fae2745441f1aa37 (patch)
tree20d8b86faa183039fa2d90690e74b2297fafae07
parent8ea5c9992a2d84f066a4582f580294d02b7b6c1d (diff)
parentf3a251520534d84b1e783c6390f9fac83ab36dc2 (diff)
downloadorg-mode-09cfdb8260af824a1ab85fa2fae2745441f1aa37.tar.gz
Merge branch 'maint'
-rw-r--r--testing/lisp/test-org.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index aa4bae9..05ba889 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -511,20 +511,20 @@ http://article.gmane.org/gmane.emacs.orgmode/21459/"
(eolp))))
;; At an headline with special movement.
(should
- (org-test-with-temp-text "* Headline :tag:\n"
+ (org-test-with-temp-text "* Headline1 :tag:\n"
(let ((org-special-ctrl-a/e t))
(and (progn (org-end-of-line) (looking-at " :tag:"))
(progn (org-end-of-line) (eolp))
(progn (org-end-of-line) (looking-at " :tag:"))))))
;; At an headline without special movement.
(should
- (org-test-with-temp-text "* Headline :tag:\n"
+ (org-test-with-temp-text "* Headline2 :tag:\n"
(let ((org-special-ctrl-a/e nil))
(and (progn (org-end-of-line) (eolp))
(progn (org-end-of-line) (eolp))))))
;; At an headline, with reversed movement.
(should
- (org-test-with-temp-text "* Headline :tag:\n"
+ (org-test-with-temp-text "* Headline3 :tag:\n"
(let ((org-special-ctrl-a/e 'reversed)
(this-command last-command))
(and (progn (org-end-of-line) (eolp))