Move all the specific-token tests into subfolders.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
* Headline
|
||||
before
|
||||
:candle:
|
||||
inside
|
||||
** Headline inside the drawer
|
||||
the
|
||||
:end:
|
||||
|
||||
drawer
|
||||
after
|
||||
9
org_mode_samples/greater_element/drawer/simple.org
Normal file
9
org_mode_samples/greater_element/drawer/simple.org
Normal file
@@ -0,0 +1,9 @@
|
||||
* Headline
|
||||
before
|
||||
:candle:
|
||||
inside
|
||||
|
||||
the drawer
|
||||
:end:
|
||||
|
||||
after
|
||||
@@ -0,0 +1,8 @@
|
||||
[fn:1] A footnote.
|
||||
|
||||
[fn:2] A multi-
|
||||
|
||||
line footnote.
|
||||
|
||||
|
||||
not in the footnote.
|
||||
@@ -0,0 +1,3 @@
|
||||
#+begin_center
|
||||
foo
|
||||
#+end_center
|
||||
@@ -0,0 +1,7 @@
|
||||
#+begin_center
|
||||
foo
|
||||
#+begin_quote
|
||||
bar
|
||||
#+end_quote
|
||||
baz
|
||||
#+end_center
|
||||
@@ -0,0 +1,3 @@
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
@@ -0,0 +1,2 @@
|
||||
1. foo
|
||||
1. bar
|
||||
@@ -0,0 +1,6 @@
|
||||
lorem
|
||||
1. foo
|
||||
1. bar
|
||||
|
||||
|
||||
baz
|
||||
@@ -0,0 +1,7 @@
|
||||
1. foo
|
||||
2. bar
|
||||
baz
|
||||
3. lorem
|
||||
|
||||
|
||||
ipsum
|
||||
@@ -0,0 +1 @@
|
||||
Seems like the only element that can exist on the same line as the opening of an item is a paragraph. Perhaps all other elements should have a start of line matcher at the beginning of their parser to force this?
|
||||
@@ -0,0 +1,4 @@
|
||||
1. regular
|
||||
1. nested list
|
||||
2. 1. Sameline
|
||||
3. | table|
|
||||
@@ -0,0 +1,9 @@
|
||||
1. foo
|
||||
|
||||
1. bar
|
||||
|
||||
2. baz
|
||||
|
||||
2. lorem
|
||||
|
||||
ipsum
|
||||
@@ -0,0 +1,11 @@
|
||||
1. foo
|
||||
|
||||
1. bar
|
||||
|
||||
2. baz
|
||||
|
||||
cat
|
||||
|
||||
2. lorem
|
||||
|
||||
ipsum
|
||||
@@ -0,0 +1,10 @@
|
||||
1. cat
|
||||
1. foo
|
||||
|
||||
1. bar
|
||||
|
||||
2. baz
|
||||
|
||||
2. lorem
|
||||
|
||||
ipsum
|
||||
@@ -0,0 +1,12 @@
|
||||
1. cat
|
||||
1. foo
|
||||
|
||||
1. bar
|
||||
|
||||
2. baz
|
||||
|
||||
2. lorem
|
||||
|
||||
2. dog
|
||||
|
||||
ipsum
|
||||
@@ -0,0 +1,9 @@
|
||||
* foo
|
||||
** bar
|
||||
:PROPERTIES:
|
||||
:lorem: ipsum
|
||||
:END:
|
||||
*** baz
|
||||
:PROPERTIES:
|
||||
:lorem+: dolar
|
||||
:END:
|
||||
@@ -0,0 +1,3 @@
|
||||
:PROPERTIES:
|
||||
|
||||
:END:
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
|
||||
|
||||
|
||||
# Blank lines and comments can come before property drawers in the zeroth section
|
||||
:PROPERTIES:
|
||||
:FOO: bar
|
||||
:END:
|
||||
|
||||
|
||||
|
||||
* Spaces turn property drawers into regular drawers
|
||||
|
||||
:PROPERTIES:
|
||||
:FOO: bar
|
||||
:END:
|
||||
* Comments turn property drawers into regular drawers
|
||||
# Comment
|
||||
:PROPERTIES:
|
||||
:FOO: bar
|
||||
:END:
|
||||
* Baseline
|
||||
:PROPERTIES:
|
||||
:FOO: bar
|
||||
:END:
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
# Blank lines and comments can come before property drawers in the zeroth section
|
||||
|
||||
|
||||
|
||||
|
||||
:PROPERTIES:
|
||||
:FOO: bar
|
||||
:END:
|
||||
3
org_mode_samples/greater_element/table/simple.org
Normal file
3
org_mode_samples/greater_element/table/simple.org
Normal file
@@ -0,0 +1,3 @@
|
||||
| foo | bar |
|
||||
|-----+-------|
|
||||
| baz | lorem |
|
||||
Reference in New Issue
Block a user