Test for multivalued functions

This commit is contained in:
Jeremy Ruston
2025-03-11 13:30:17 +00:00
parent efce6731e1
commit d69ecf4639
@@ -0,0 +1,18 @@
title: LetListWidget/Simple
description: Simple usage of the "letlist" widget
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\function myfunc() [all[tiddlers]sort[]]
<$letlist varname=<<myfunc>>>
<$text text={{{ [varlist[varname]] +[join[-]] }}}/>
</$letlist>
+
title: ExpectedResult
<p>
$:/core-ExpectedResult-Output
</p>