mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 17:27:51 +00:00
Add basic view-widget tests (#8632)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
title: Widgets/ViewWidget/Parameter/field-format-doubleurlencoded
|
||||
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="doubleurlencoded"/>
|
||||
---
|
||||
<$view tiddler="input" field="text"/>
|
||||
|
||||
+
|
||||
title: ExpectedResult
|
||||
|
||||
<p>Some%2520text%2520%253E%2520%2522aaa%2522
|
||||
—
|
||||
Some text > "aaa"
|
||||
</p>
|
||||
Reference in New Issue
Block a user