Add test for nesting of greater blocks.

This shows that greater blocks of different types can be directly nested even if they are both special blocks (as long as they are different special blocks).
This commit is contained in:
Tom Alexander 2023-08-31 19:09:38 -04:00
parent 7a903acedc
commit 2a4d22bdd4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#+begin_defun
foo
#+begin_lorem
ipsum
#+end_lorem
bar
#+begin_center
#+begin_quote
baz
#+end_quote
#+end_center
#+end_defun