summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-09-06 08:57:10 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-09-06 08:57:10 -0600
commit242a9286466b10b0a64b35ccf0c81a53033f98b1 (patch)
treef9fc24e593254ca8e20b5624058c58e8c626e638
parent223ac134862826d4aad0b1ef485148394703ce07 (diff)
downloadorg-mode-242a9286466b10b0a64b35ccf0c81a53033f98b1.tar.gz
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.
-rw-r--r--testing/lisp/test-ob.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el
index f9884dd..e0f7c65 100644
--- a/testing/lisp/test-ob.el
+++ b/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)))