mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 11:11:24 -07:00
18 lines
404 B
Text
18 lines
404 B
Text
title: TestCases/TestCaseWidget/TwoPlusTwo
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec-failing]]
|
|
description: A testcase to calculate 2+2
|
|
|
|
title: Narrative
|
|
|
|
This test case shows an elaborate way to calculate 2+2 involving multiple tiddlers
|
|
+
|
|
title: Output
|
|
|
|
The sum is <$text text={{{ [{FirstNumber}add{SecondNumber}] }}}/>
|
|
+
|
|
title: FirstNumber
|
|
text: 2
|
|
+
|
|
title: SecondNumber
|
|
text: 2
|