mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
165c7e9825
* add $compound-filter parameter to data-widget * update TestCaseTemplate to use $compound-filter parameter * update data-widget, TestCaseTiddlers and CompoundTiddlers docs
21 lines
530 B
Plaintext
21 lines
530 B
Plaintext
title: $:/core/ui/TestCaseTemplate
|
|
|
|
\parameters (hideIfPass:"no")
|
|
\whitespace trim
|
|
<$let
|
|
linkTarget="yes"
|
|
displayFormat={{!!display-format}}
|
|
testcaseTiddler=<<currentTiddler>>
|
|
>
|
|
<$testcase
|
|
testOutput="Output"
|
|
testExpectedResult="ExpectedResult"
|
|
testActions="Actions"
|
|
testHideIfPass=<<hideIfPass>>
|
|
>
|
|
<$data $compound-filter={{!!import-compound}}/>
|
|
<$data $compound-tiddler=<<currentTiddler>>/>
|
|
<%if [{!!description}!is[blank]] %><$data title="Description" text={{!!description}}/><%endif%>
|
|
</$testcase>
|
|
</$let>
|