1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-20 11:19:45 +00:00
TiddlyWiki5/editions/test/tiddlers/tests/data/globals/Functions.tid

22 lines
373 B
Plaintext
Raw Normal View History

title: Globals/Functions
description: Global functions in shadow variables
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\whitespace trim
<$text text=<<this-is-one>>/>
|
<$text text=<<this-is-one 7>>/>
+
title: $:/global/this-is-one
_is_function: yes
_parameters: (foo:"2")
[<foo>multiply[2.5]]
+
title: ExpectedResult
<p>5|17.5</p>