mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +00:00
Failing test
This commit is contained in:
parent
73e8225be3
commit
2fa462e84e
@ -0,0 +1,18 @@
|
|||||||
|
title: Transclude/Variable/Refreshing
|
||||||
|
description: Transcluding and refreshing a function
|
||||||
|
type: text/vnd.tiddlywiki-multiple
|
||||||
|
tags: [[$:/tags/wiki-test-spec]]
|
||||||
|
|
||||||
|
title: Output
|
||||||
|
|
||||||
|
\function list-join(filter, sep:", ") [subfilter<filter>join<sep>]
|
||||||
|
|
||||||
|
<<list-join "[enlist{!!items}]">>
|
||||||
|
+
|
||||||
|
title: Actions
|
||||||
|
|
||||||
|
<$action-setfield items={{{ [range[10]join[ ]] }}}/>
|
||||||
|
+
|
||||||
|
title: ExpectedResult
|
||||||
|
|
||||||
|
<p>1, 2, 3, 4, 5, 6, 7, 8, 9, 10</p>
|
Loading…
Reference in New Issue
Block a user