Skip to content

Commit

Permalink
Fix $:/core/ui/testcases/DefaultTemplate so narrative can use wikitex…
Browse files Browse the repository at this point in the history
…t formatting (TiddlyWiki#8416)
  • Loading branch information
pmario authored Jul 24, 2024
1 parent 0c9d61d commit acb2602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/ui/TestCases/DefaultTemplate.tid
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
title: $:/core/ui/testcases/DefaultTemplate
code-body: yes

\whitespace trim
\procedure linkcatcherActions()
Expand Down Expand Up @@ -46,7 +47,7 @@ title: $:/core/ui/testcases/DefaultTemplate
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TestCase/Actions]!has[draft.of]]"
variable="listItem"
>
<$transclude tiddler=<<listItem>> mode="inline"/>
<$transclude $tiddler=<<listItem>> $mode="inline"/>
</$list>
</div>
</$reveal>
Expand All @@ -56,7 +57,7 @@ title: $:/core/ui/testcases/DefaultTemplate
</div>
<%if [[Narrative]is[tiddler]] %>
<div class="tc-test-case-narrative">
<$transclude $tiddler="Narrative" mode="block"/>
<$transclude $tiddler="Narrative" $mode="block"/>
</div>
<%endif%>
<%if [<testResult>match[fail]] %>
Expand Down

0 comments on commit acb2602

Please sign in to comment.