Ver código fonte

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 12 anos atrás
pai
commit
3b9c1a0008
1 arquivos alterados com 1 adições e 1 exclusões
  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)