Add the dynamic block first tests.

This commit is contained in:
Tom Alexander 2023-04-16 17:56:03 -04:00
parent a6036e257e
commit 4c4d79a665
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 14 additions and 1 deletions

View File

@ -58,6 +58,6 @@ This test interleaves the opening and closing of each element container to see w
| Section | - | Section | Section | Section | Section | Section |
| Greater Block | Section | First | First | First | First | First |
| Drawer | Section | First | First | First | First | First |
| Dynamic Block | Section | First | First | | | |
| Dynamic Block | Section | First | First | First | First | First |
| Footnote Definition | Section | First | First | | | |
| Plain List | Section | Second | First | | | |

View File

@ -0,0 +1,5 @@
#+BEGIN: foo :hlines 1 :id global
#+BEGIN: bar :hlines 1 :id global
foo
#+END:
#+END:

View File

@ -0,0 +1,4 @@
#+BEGIN: foo :hlines 1 :id global
[fn:1] footnote.
#+END:
Is this still in the footnote definition?

View File

@ -0,0 +1,4 @@
#+BEGIN: foo :hlines 1 :id global
1. foo
#+END:
2. bar