mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 03:27:18 +00:00
New test for importvariables widget
This commit is contained in:
parent
8e9d8d4fef
commit
ff7214ff56
@ -0,0 +1,23 @@
|
|||||||
|
title: ImportVariables/WithSetWidgets
|
||||||
|
description: Import variables defined with a set widget
|
||||||
|
type: text/vnd.tiddlywiki-multiple
|
||||||
|
tags: [[$:/tags/wiki-test-spec]]
|
||||||
|
|
||||||
|
title: Output
|
||||||
|
|
||||||
|
\whitespace trim
|
||||||
|
\import Definitions
|
||||||
|
<$text text=<<one>>/>,
|
||||||
|
<$text text=<<two>>/>
|
||||||
|
+
|
||||||
|
title: Definitions
|
||||||
|
|
||||||
|
\whitespace trim
|
||||||
|
<$set name="one" value="elephant">
|
||||||
|
<$set name="two" value="giraffe">
|
||||||
|
</$set>
|
||||||
|
</$set>
|
||||||
|
+
|
||||||
|
title: ExpectedResult
|
||||||
|
|
||||||
|
<p>elephant,giraffe</p>
|
Loading…
Reference in New Issue
Block a user