Add all the section-first tests.

This commit is contained in:
Tom Alexander 2023-04-16 17:06:08 -04:00
parent f41197b096
commit 70596dc27b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
5 changed files with 24 additions and 8 deletions

View File

@ -52,11 +52,11 @@ Sections are divided by headlines.
#+end_src #+end_src
* Which container takes priority * Which container takes priority
This test interleaves the opening and closing of each element container to see which element becomes parsed vs gets broken up. The row determines the first opening element and the column determines the second opening element. This test interleaves the opening and closing of each element container to see which element becomes parsed vs gets broken up. The row determines the first opening element and the column determines the second opening element.
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | | | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List |
|---------------------+---------+---------------+--------+---------------+---------------------+------------| |---------------------+---------+---------------+---------+---------------+---------------------+------------|
| Section | - | Section | | | | | | Section | - | Section | Section | Section | Section | Section |
| Greater Block | | | | | | | | Greater Block | | | | | | |
| Drawer | | | | | | | | Drawer | | | | | | |
| Dynamic Block | | | | | | | | Dynamic Block | | | | | | |
| Footnote Definition | | | | | | | | Footnote Definition | | | | | | |
| Plain List | | | | | | | | Plain List | | | | | | |

View File

@ -0,0 +1,4 @@
* Headline
:drawername:
* Another headline
:end:

View File

@ -0,0 +1,4 @@
* Headline
#+BEGIN: foo :hlines 1 :id global
* Another headline
#+END:

View File

@ -0,0 +1,4 @@
* Headline
[fn:1] footnote.
* Another headline
is this still in the footnote?

View File

@ -0,0 +1,4 @@
* Headline
1. foo
* Another headline
2. bar