mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 22:34:51 +00:00
00ac5503d9
It is selected by setting the variable "displayFormat"
19 lines
400 B
Plaintext
19 lines
400 B
Plaintext
title: $:/core/ui/TestCaseTemplate
|
|
|
|
\parameters (hideIfPass:"no")
|
|
\whitespace trim
|
|
<$let
|
|
linkTarget="yes"
|
|
displayFormat={{!!display-format}}
|
|
>
|
|
<$testcase
|
|
testOutput="Output"
|
|
testExpectedResult="ExpectedResult"
|
|
testActions="Actions"
|
|
testHideIfPass=<<hideIfPass>>
|
|
>
|
|
<$data $compound-tiddler=<<currentTiddler>>/>
|
|
<$data title="Description" text={{!!description}}/>
|
|
</$testcase>
|
|
</$let>
|