Add testcase convenience procedure

This commit is contained in:
Jeremy Ruston 2024-05-06 15:36:26 +01:00
parent 1d89c7925a
commit ff03a1bfc4
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
title: $:/core/macros/testcase
tags: $:/tags/Macro $:/tags/Global
\whitespace trim
\procedure testcase(tiddler)
<$tiddler tiddler=<<tiddler>>>
<$transclude $tiddler="$:/core/ui/TestCaseTemplate">
</$tiddler>
\end