Move all the specific-token tests into subfolders.
All checks were successful
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded

This commit is contained in:
Tom Alexander
2023-08-20 23:38:47 -04:00
parent 8162f03051
commit 69ecfd2646
67 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
* foo
** bar
:PROPERTIES:
:lorem: ipsum
:END:
*** baz
:PROPERTIES:
:lorem+: dolar
:END:

View File

@@ -0,0 +1,3 @@
:PROPERTIES:
:END:

View File

@@ -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:

View File

@@ -0,0 +1,12 @@
# Blank lines and comments can come before property drawers in the zeroth section
:PROPERTIES:
:FOO: bar
:END: