Add a test for preserve indent.

This commit is contained in:
Tom Alexander
2023-10-04 19:04:35 -04:00
parent c877116540
commit e1e4ac75e4
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#+begin_example text -i
foo
#+end_example
#+begin_example text -n -i
foo
#+end_example
#+begin_example text
foo
#+end_example
#+begin_example text -n -r -k
foo
#+end_example

View File

@@ -0,0 +1,15 @@
#+begin_src text -i
foo
#+end_src
#+begin_src text -n -i
foo
#+end_src
#+begin_src text
foo
#+end_src
#+begin_src text -n -r -k
foo
#+end_src