mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-05 05:01:32 +00:00
Fix test
It still fails, but now fails correctly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user