From 6ce25c8a3bbdcea435701873e961d6be40067515 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 15 Dec 2023 14:25:01 -0500 Subject: [PATCH] Update property drawer empty test to include a variety of whitespace. --- .../greater_element/property_drawer/empty.org | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/org_mode_samples/greater_element/property_drawer/empty.org b/org_mode_samples/greater_element/property_drawer/empty.org index d86fd5b..cf5bb6c 100644 --- a/org_mode_samples/greater_element/property_drawer/empty.org +++ b/org_mode_samples/greater_element/property_drawer/empty.org @@ -1,3 +1,32 @@ +* Empty +:PROPERTIES: +:END: +* Single new line :PROPERTIES: +:END: +* Single line with spaces +:PROPERTIES: + +:END: +* Many lines, first line without spaces +:PROPERTIES: + + + + +:END: +* Many lines, first line with spaces +:PROPERTIES: + + + + +:END: +* Many lines, first line with spaces, later line with spaces +:PROPERTIES: + + + + :END: