浏览代码

Add test related to a5a676e6092898895b61c00229e07910507f8f0c

* testing/lisp/test-org-element.el: Add test.
Nicolas Goaziou 12 年之前
父节点
当前提交
c66641e1ea
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      testing/lisp/test-org-element.el

+ 6 - 0
testing/lisp/test-org-element.el

@@ -2748,6 +2748,12 @@ Paragraph \\alpha."
        (org-test-with-temp-text "#+DATE: {{{macro}}}"
 	 (progn (search-forward "{")
 		(org-element-type (org-element-context))))))
+  ;; Do not find objects in table rules.
+  (should
+   (eq 'table-row
+       (org-test-with-temp-text "| a | b |\n+---+---+\n| c | d |"
+	 (forward-line)
+	 (org-element-type (org-element-context)))))
   ;; Find objects in parsed affiliated keywords.
   (should
    (eq 'macro