Parcourir la source

test-org-src.el (test-org-src/blank-line-block): Fix test

* test-org-src.el (test-org-src/blank-line-block): Fix test.
Bastien Guerry il y a 12 ans
Parent
commit
3b9c1a0008
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      testing/lisp/test-org-src.el

+ 1 - 1
testing/lisp/test-org-src.el

@@ -87,7 +87,7 @@
 #+end_src
 "
     (progn
-      (goto-line 3)
+      (goto-line 2)
       (org-edit-special)
       (insert "blah")
       (org-edit-src-exit)