mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
Fix testcase widget example
Thanks @btheado
This commit is contained in:
parent
38226cf54c
commit
a91a6f602c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user