Add basic view-widget tests (#8632)

This commit is contained in:
Mario Pietsch
2024-09-25 14:02:10 +02:00
committed by GitHub
parent 006157ee97
commit bb75560922
9 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
title: Widgets/ViewWidget/Parameter/field-text
description: Test view-widget parameters tiddler and field=text
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: input
Some text
+
title: Output
<$view tiddler="input" field="text"/>
<$view tiddler="input" />
+
title: ExpectedResult
Some text<p>Some text</p>