diff --git a/org/testdata/blocks.html b/org/testdata/blocks.html index e55c978..3febfdd 100644 --- a/org/testdata/blocks.html +++ b/org/testdata/blocks.html @@ -195,3 +195,10 @@ Snow covers Emacs

+
+
+
+describe <a b c>;
+
+
+
diff --git a/org/testdata/blocks.org b/org/testdata/blocks.org index d9ff6e5..ad0cbfa 100644 --- a/org/testdata/blocks.org +++ b/org/testdata/blocks.org @@ -176,3 +176,7 @@ this unindented line is outside of the list item ---AlexSchroeder #+END_VERSE + +#+BEGIN_SRC raku :results output :noweb strip-export :exports both +<>describe ; +#+END_SRC diff --git a/org/testdata/blocks.pretty_org b/org/testdata/blocks.pretty_org index 4ae5b0c..e0719ae 100644 --- a/org/testdata/blocks.pretty_org +++ b/org/testdata/blocks.pretty_org @@ -176,3 +176,7 @@ this unindented line is outside of the list item ---AlexSchroeder #+END_VERSE + +#+BEGIN_SRC raku :results output :noweb strip-export :exports both +<>describe ; +#+END_SRC