Add greater block first tests.
This commit is contained in:
parent
e20bd793be
commit
6da7cb2c17
@ -53,11 +53,11 @@ Sections are divided by headlines.
|
||||
* 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.
|
||||
# Section first and section second tests are identical so I only included section first in the repo.
|
||||
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List |
|
||||
|---------------------+---------+---------------+---------+---------------+---------------------+------------|
|
||||
| Section | - | Section | Section | Section | Section | Section |
|
||||
| Greater Block | Section | | | | | |
|
||||
| Drawer | Section | | | | | |
|
||||
| Dynamic Block | Section | | | | | |
|
||||
| Footnote Definition | Section | | | | | |
|
||||
| Plain List | Section | | | | | |
|
||||
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List |
|
||||
|---------------------+---------+---------------+---------------+---------------+---------------------+---------------|
|
||||
| Section | - | Section | Section | Section | Section | Section |
|
||||
| Greater Block | Section | First | Greater Block | Greater Block | Greater Block | Greater Block |
|
||||
| Drawer | Section | | | | | |
|
||||
| Dynamic Block | Section | | | | | |
|
||||
| Footnote Definition | Section | | | | | |
|
||||
| Plain List | Section | | | | | |
|
||||
|
@ -0,0 +1,4 @@
|
||||
#+begin_center
|
||||
:drawername:
|
||||
#+end_center
|
||||
:end:
|
@ -0,0 +1,4 @@
|
||||
#+begin_center
|
||||
#+BEGIN: foo :hlines 1 :id global
|
||||
#+end_center
|
||||
#+END:
|
@ -0,0 +1,4 @@
|
||||
#+begin_center
|
||||
[fn:1] footenote.
|
||||
#+end_center
|
||||
Is this still in the footnote?
|
@ -0,0 +1,5 @@
|
||||
#+begin_center
|
||||
#+begin_quote
|
||||
foo
|
||||
#+end_center
|
||||
#+end_quote
|
@ -0,0 +1,4 @@
|
||||
#+begin_center
|
||||
1. foo
|
||||
#+end_center
|
||||
2. bar
|
Loading…
Reference in New Issue
Block a user