mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
007b759421
Reverts 8c378e0d24
and adds a test
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> |