1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 08:13:14 +00:00

Fix testcase widget example

Thanks @btheado
This commit is contained in:
Jeremy Ruston 2023-09-14 22:40:13 +01:00
parent 38226cf54c
commit a91a6f602c

View File

@ -40,7 +40,7 @@ The following conventions are used for test case tiddlers:
<$data title="Description" text="Simple example of a test case"/>
<$data title="Output" text="""<$testcase>
<$data title="Description" text="How to calculate 2 plus 2"/>
<$data title="Output" text="<$text text={{{ =2 =[add[2]] }}}/>"/>
<$data title="Output" text="<$text text={{{ [[2]add[2]] }}}/>"/>
</$testcase>
"""/>
</$testcase>