浏览代码

removing test: shouldn't test a variables value, should test its functionality

* testing/lisp/test-ob.el (test-org-babel/get-header): Removing a
  test, shouldn't test a variables value, should test its
  functionality.
Eric Schulte 13 年之前
父节点
当前提交
242a928646
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      testing/lisp/test-ob.el

+ 0 - 11
testing/lisp/test-ob.el

@@ -106,17 +106,6 @@
 	     org-babel-src-block-regexp
 	     (replace-regexp-in-string body "" test-block)))))
 
-
-(ert-deftest test-org-babel/inline-src-block-regexp ()
-  (should(equal (concat "\\(?:^\\|[^-[:alnum:]]\\)\\(src_\\([^ \f\t\n\r\v]+\\)"
-			"\\(\\|\\[\\(.*?\\)\\]\\)"
-			"{\\([^\f\n\r\v]+?\\)}\\)")
-		org-babel-inline-src-block-regexp))
-  ;; (should (org-test-string-exact-match
-  ;; 	   org-babel-inline-src-block-regexp
-  ;; 	   "src_lang[:testing1 yes :testing2 no]{ echo This is a test }\n"))
-  )
-
 (ert-deftest test-org-babel/get-header ()
   (should (not (org-babel-get-header
 		org-babel-default-header-args :doesnt-exist)))