mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +00:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
|
title: $:/core/macros/testcase
|
||
|
tags: $:/tags/Macro $:/tags/Global
|
||
|
|
||
|
\whitespace trim
|
||
|
|
||
|
\procedure testcase(tiddler)
|
||
|
<$tiddler tiddler=<<tiddler>>>
|
||
|
<$transclude $tiddler="$:/core/ui/TestCaseTemplate">
|
||
|
</$tiddler>
|
||
|
\end
|