2023-04-17 10:13:35 +00:00
|
|
|
title: Data/Simple
|
|
|
|
type: text/vnd.tiddlywiki-multiple
|
|
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
description: Standalone data widget to create individual tiddlers
|
|
|
|
|
|
|
|
title: Description
|
|
|
|
text: Standalone data widget to create individual tiddlers
|
|
|
|
+
|
|
|
|
title: Output
|
|
|
|
|
|
|
|
\whitespace trim
|
2023-05-04 07:57:43 +00:00
|
|
|
<$testcase template="$:/core/ui/testcases/RawJSONTemplate">
|
2023-04-17 10:13:35 +00:00
|
|
|
<$data title="Epsilon" text="Theta"/>
|
2023-05-04 07:57:43 +00:00
|
|
|
</$testcase>
|
2023-04-17 10:13:35 +00:00
|
|
|
+
|
|
|
|
title: ExpectedResult
|
|
|
|
|
2023-09-15 10:21:49 +00:00
|
|
|
<p><div><div>[{"title":"Epsilon","text":"Theta"}]</div></div></p>
|