Add test for :noweb strip-export to blocks.org
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
This commit is contained in:
parent
5f599b9e66
commit
c7595323bc
3 changed files with 15 additions and 0 deletions
7
org/testdata/blocks.html
vendored
7
org/testdata/blocks.html
vendored
|
@ -195,3 +195,10 @@ Snow covers Emacs</p>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="src src-raku">
|
||||||
|
<div class="highlight">
|
||||||
|
<pre>
|
||||||
|
describe <a b c>;
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
4
org/testdata/blocks.org
vendored
4
org/testdata/blocks.org
vendored
|
@ -176,3 +176,7 @@ this unindented line is outside of the list item
|
||||||
|
|
||||||
---AlexSchroeder
|
---AlexSchroeder
|
||||||
#+END_VERSE
|
#+END_VERSE
|
||||||
|
|
||||||
|
#+BEGIN_SRC raku :results output :noweb strip-export :exports both
|
||||||
|
<<defn>>describe <a b c>;
|
||||||
|
#+END_SRC
|
||||||
|
|
4
org/testdata/blocks.pretty_org
vendored
4
org/testdata/blocks.pretty_org
vendored
|
@ -176,3 +176,7 @@ this unindented line is outside of the list item
|
||||||
|
|
||||||
---AlexSchroeder
|
---AlexSchroeder
|
||||||
#+END_VERSE
|
#+END_VERSE
|
||||||
|
|
||||||
|
#+BEGIN_SRC raku :results output :noweb strip-export :exports both
|
||||||
|
<<defn>>describe <a b c>;
|
||||||
|
#+END_SRC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue