From a91a6f602c16a8fb48a489608d5e3d5868b7e427 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 14 Sep 2023 22:40:13 +0100 Subject: [PATCH] Fix testcase widget example Thanks @btheado --- editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid b/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid index d47b20830..b41cbf241 100644 --- a/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid @@ -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]] }}}/>"/> """/>