mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
|
title: Functions/RunawayRecursiveFunctions
|
||
|
description: Runaway recursive functions
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
\function .buffalo(p)
|
||
|
[.buffalo<p>]
|
||
|
\end
|
||
|
|
||
|
<$text text=<<.buffalo 8>>/>
|
||
|
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
/**-- Excessive filter recursion --**/
|