Add tests for broken export blocks.

This commit is contained in:
Tom Alexander
2023-04-21 18:11:26 -04:00
parent fa4766b64e
commit cdcaae11c4
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#+begin_export
This would be LaTeX code.
#+end_export

View File

@@ -0,0 +1,3 @@
#+begin_export latex html
This would be LaTeX code.
#+end_export