1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00
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

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