mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +00:00
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
title: $:/core/ui/TestCaseTemplate
|
|
|
|
\parameters (hideIfPass:"no")
|
|
<$testcase
|
|
testOutput="Output"
|
|
testExpectedResult="ExpectedResult"
|
|
testActions="Actions"
|
|
testHideIfPass=<<hideIfPass>>
|
|
>
|
|
<$data $compound-tiddler=<<currentTiddler>>/>
|
|
<$data title="Description" text={{!!description}}/>
|
|
</$testcase>
|