From 00dc7b636cd01edb4841b0f545aca4415ce46aad Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 4 Oct 2023 09:42:36 -0400 Subject: [PATCH] Add more tests. --- .../lesser_element/lesser_block/comment_with_comma.org | 4 ++++ org_mode_samples/lesser_element/lesser_block/nested.org | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 org_mode_samples/lesser_element/lesser_block/comment_with_comma.org create mode 100644 org_mode_samples/lesser_element/lesser_block/nested.org diff --git a/org_mode_samples/lesser_element/lesser_block/comment_with_comma.org b/org_mode_samples/lesser_element/lesser_block/comment_with_comma.org new file mode 100644 index 00000000..c3c77541 --- /dev/null +++ b/org_mode_samples/lesser_element/lesser_block/comment_with_comma.org @@ -0,0 +1,4 @@ +#+begin_comment +This is a comment +,* with an escaped line. +#+end_comment diff --git a/org_mode_samples/lesser_element/lesser_block/nested.org b/org_mode_samples/lesser_element/lesser_block/nested.org new file mode 100644 index 00000000..dfedca23 --- /dev/null +++ b/org_mode_samples/lesser_element/lesser_block/nested.org @@ -0,0 +1,6 @@ +# Verse blocks are the only lesser blocks that contain objects +#+begin_verse +#+begin_comment +This is a comment. +#+end_comment +#+end_verse