From 16e788c36c7d01eaf5bb10fbbe917bf0c1d97f56 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 27 Aug 2023 23:45:49 -0400 Subject: [PATCH] Add tests for LaTeX fragments and text markup that span more than three lines. The documentation currently states that the body for these cannot span more than three lines but that is not the behavior I am seeing from emacs in practice. Waiting on a mailing list response to tell me if this is a documentation error or a parser error. --- .../object/latex_fragment/three_lines.org | 6 ++++++ .../object/text_markup/three_lines.org | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 org_mode_samples/object/latex_fragment/three_lines.org create mode 100644 org_mode_samples/object/text_markup/three_lines.org diff --git a/org_mode_samples/object/latex_fragment/three_lines.org b/org_mode_samples/object/latex_fragment/three_lines.org new file mode 100644 index 00000000..af68c597 --- /dev/null +++ b/org_mode_samples/object/latex_fragment/three_lines.org @@ -0,0 +1,6 @@ +$foo +bar +baz +lorem +ipsum +dolar$ diff --git a/org_mode_samples/object/text_markup/three_lines.org b/org_mode_samples/object/text_markup/three_lines.org new file mode 100644 index 00000000..06925fe8 --- /dev/null +++ b/org_mode_samples/object/text_markup/three_lines.org @@ -0,0 +1,17 @@ +foo *bar +baz* lorem + +text *markup +can +span* more + +than *three +lines. +foo +bar* baz + +foo *bar \\ +baz \\ +lorem \\ +ipsum \\ +dolar* cat