Add test for :noweb strip-export to blocks.org

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
This commit is contained in:
Donald Hunter 2024-05-28 23:08:58 +01:00
parent 5f599b9e66
commit c7595323bc
3 changed files with 15 additions and 0 deletions

View file

@ -195,3 +195,10 @@ Snow covers Emacs</p>
</ul>
</li>
</ul>
<div class="src src-raku">
<div class="highlight">
<pre>
describe &lt;a b c&gt;;
</pre>
</div>
</div>

View file

@ -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
<<defn>>describe <a b c>;
#+END_SRC

View file

@ -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
<<defn>>describe <a b c>;
#+END_SRC