summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-09-11 14:19:02 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-09-11 14:19:02 -0600
commitf78f29ebeafc493be066b4ff4114ed582c323dc9 (patch)
tree933a9d2ed25abd2e7e699f8ab4603cbe50f2f4b9
parent4122a51366ad83ecea27c9df45dea9d89a538797 (diff)
downloadorg-mode-f78f29ebeafc493be066b4ff4114ed582c323dc9.tar.gz
all tests should now pass on Emacs23
* testing/lisp/test-ob.el (test-org-babel/org-babel-get-inline-src-block-matches): All tests should now pass on Emacs23.
-rw-r--r--testing/lisp/test-ob.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el
index 1f04c5b..ecce41f 100644
--- a/testing/lisp/test-ob.el
+++ b/testing/lisp/test-ob.el
@@ -226,9 +226,9 @@
(should (re-search-forward "echo" nil t)) ;; 2
(should (org-babel-get-inline-src-block-matches))
(should (re-search-forward "blocks" nil t)) ;; 3
- (left-char 8) ;; 3
+ (backward-char 8) ;; 3
(should (org-babel-get-inline-src-block-matches))
- (right-char 1) ;;3
+ (forward-char 1) ;;3
(should-not (org-babel-get-inline-src-block-matches))
(should (re-search-forward ":results" nil t)) ;; 4
(should (org-babel-get-inline-src-block-matches))