From b79462ba989e57f83c2d701c2f3e595599a2b40e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 20 Jan 2014 17:25:34 +0100 Subject: [PATCH] ob-exp: Fix a failing test * testing/lisp/test-ob-exp.el (ob-export/export-with-results-before-block): Fix a test --- testing/lisp/test-ob-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-ob-exp.el b/testing/lisp/test-ob-exp.el index 33585e497..f8858b571 100644 --- a/testing/lisp/test-ob-exp.el +++ b/testing/lisp/test-ob-exp.el @@ -290,7 +290,7 @@ Here is one at the end of a line. =2= : 2 #+NAME: src1 -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp \(+ 1 1) #+END_SRC" (org-test-with-temp-text -- 2.11.4.GIT