瀏覽代碼

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 年之前
父節點
當前提交
3b9c1a0008
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)