ソースを参照

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)