title: $:/core/ui/testcases/DefaultTemplate \whitespace trim \procedure linkcatcherActions() <%if [has[title]] %> <$qualify title=<> name="qualifiedState"> <$action-setfield $tiddler=<> text=<>/> <%endif%> \end <$let state={{{ [] }}} >

<$genesis $type={{{ [!match[]then[$link]else[div]] }}} to=<>> <%if [!match[]] %> !match[fail]then[tc-test-case-result-icon-pass]] [match[fail]then[tc-test-case-result-icon-fail]] +[join[ ]] }}}> <%if [!match[fail]] %> {{$:/core/images/done-button}} <%else%> {{$:/core/images/close-button}} <%endif%> <%endif%> <$view tiddler="Description" mode="inline"/>

<%if [[Narrative]is[tiddler]] %>
<$transclude $tiddler="Narrative" mode="block"/>
<%endif%> <%if [match[fail]] %>
TEST FAILED
<$diff-text source=<> dest=<>/>
<%endif%>
<$macrocall $name="tabs" tabsList="[all[tiddlers]sort[]] -[prefix] -Description -Narrative -ExpectedResult -Output Output +[putfirst[]] -[has[plugin-type]]" state=<> default="Output" template="$:/core/ui/testcases/DefaultTemplate/SourceTabs"/>
<%if [!match[]else[wikitext]match[plaintext]] %>
<$view tiddler="Output" format="plainwikified" mode="block"/>
<%else%> <$linkcatcher actions=<>> <$tiddler tiddler="Output"> <$transclude $tiddler="Output" $mode="block"/> <%endif%>