Files
TiddlyWiki5/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmlencoded.tid
2024-09-25 13:02:10 +01:00

22 lines
437 B
Plaintext

title: Widgets/ViewWidget/Parameter/field-format-htmlencoded
description: Test view-widget parameters tiddler, field and format=*
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: input
Some text > "aaa"
+
title: Output
<$view tiddler="input" field="text" format="htmlencoded"/>
<$view tiddler="input" field="text"/>
+
title: ExpectedResult
Some text &amp;gt; &amp;quot;aaa&amp;quot;
Some text &gt; "aaa"