It still fails, but now fails correctly
This commit is contained in:
Jeremy Ruston 2023-09-11 22:45:29 +01:00
parent 30a95293e9
commit 2c406da823
1 changed files with 10 additions and 1 deletions

View File

@ -7,11 +7,20 @@ title: Output
\function list-join(filter, sep:", ") [subfilter<filter>join<sep>]
<$tiddler tiddler="TestData">
<<list-join "[enlist{!!items}]">>
</$tiddler>
+
title: TestData
+
title: Actions
<$action-setfield items={{{ [range[10]join[ ]] }}}/>
<$action-setfield $tiddler="TestData" items={{{ [range[10]join[ ]] }}}/>
+
title: ExpectedResult