Add a test showing we are not handling exports flags properly.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#+begin_example python :exports results
|
||||
print("foo")
|
||||
#+end_example
|
||||
|
||||
#+begin_example python -n :exports results
|
||||
print("foo")
|
||||
#+end_example
|
||||
@@ -0,0 +1,7 @@
|
||||
#+begin_src python :exports results
|
||||
print("foo")
|
||||
#+end_src
|
||||
|
||||
#+begin_src python -n :exports results
|
||||
print("foo")
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user