ob-exp: Fix a failing test
* testing/lisp/test-ob-exp.el (ob-export/export-with-results-before-block): Fix a test
This commit is contained in:
parent
dde6af3a62
commit
b79462ba98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue