add new test tiddlers

This commit is contained in:
pmario 2024-04-17 10:28:13 +02:00
parent ffdfb9c46c
commit eba18b935e
2 changed files with 23 additions and 3 deletions

View File

@ -1,5 +1,5 @@
created: 20240415102801809
modified: 20240416092855340
modified: 20240417081000709
tags:
title: test-collatz
type: text/vnd.tiddlywiki
@ -15,9 +15,8 @@ type: text/vnd.tiddlywiki
\end
\procedure test(x:10)
<$let tv-UNSAFE-max-widget-tree-depth="2000">
<<set_UNSAFE_max_widget_tree_depth 2000>>
<$transclude $variable=collatz n=<<x>>/>
</$let>
\end
<<test 77031>>

View File

@ -0,0 +1,21 @@
created: 20240417070900019
modified: 20240417082244189
tags:
title: test-new-set-get-macros
type: text/vnd.tiddlywiki
\import test-collatz
ancestor count: <<widget-ancestorcount>>
UNSAFE_max_widget_tree_depth: <<get_UNSAFE_max_widget_tree_depth>>
<<set_UNSAFE_max_widget_tree_depth 2000>>
UNSAFE_max_widget_tree_depth was set to: <<get_UNSAFE_max_widget_tree_depth>>
<$transclude $variable=collatz n="77031"/>
<<set_UNSAFE_max_widget_tree_depth 1000>>
UNSAFE_max_widget_tree_depth was set to: <<get_UNSAFE_max_widget_tree_depth>>
<$transclude $variable=collatz n="77031"/>