Browse Source

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.
Eric Schulte 13 years ago
parent
commit
f78f29ebea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      testing/lisp/test-ob.el

+ 2 - 2
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))