1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 19:39:55 +00:00

Docs update for 648855e8a5

This commit is contained in:
Jeremy Ruston 2024-05-07 19:13:14 +01:00
parent 648855e8a5
commit a856d0b322
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description: Simple transclusion
title: Output
Good morning, my name is {{Name}} and I live in {{Address}}
Good morning, my [[name|Name]] is {{Name}} and I [[live in|Address]] {{Address}}
+
title: Name
@ -16,4 +16,4 @@ title: Address
14 Carrot Street, Vegetabletown
+
title: ExpectedResult
text: <p>Good morning, my name is Robert Rabbit and I live in 14 Carrot Street, Vegetabletown</p>
text: <p>Good morning, my <a class="tc-tiddlylink tc-tiddlylink-resolves" href="#Name">name</a> is Robert Rabbit and I <a class="tc-tiddlylink tc-tiddlylink-resolves" href="#Address">live in</a> 14 Carrot Street, Vegetabletown</p>

View File

@ -19,6 +19,8 @@ Here is an example of a testcase showing the default split view with the source
The payload tiddlers listed in the tabs on the left are editable, with the results being immediately reflected in the preview pane on the right. However, if the <<.wid testcase>> widget is refreshed then the modifications are lost.
Notice also that clicking on links within the output pane will switch to the tab containing that tiddler.
The green tick at the top left of a testcase indicates that a test has been set up and that it passes.
If the test fails, a red cross is shown, and there is a display of the differences between the actual results and the expected results: