Browse Source

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 years ago
parent
commit
242a928646
1 changed files with 0 additions and 11 deletions
  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)))