Add a test for preserve indent.
This commit is contained in:
parent
c877116540
commit
e1e4ac75e4
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user