Skip to content

Commit

Permalink
Docs update for 648855e
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed May 7, 2024
1 parent 648855e commit a856d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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>
2 changes: 2 additions & 0 deletions editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a856d0b

Please sign in to comment.