mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
|
title: Widgets/LetWidgetSelfReferences
|
||
|
description: Test let widget self references
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$let default={{{ [[default]is[variable]then[aa]else[bb]] }}} >
|
||
|
<<default>>
|
||
|
</$let>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>bb</p>
|