From ad5d3c3cde2e8643df467f501d3908ef92034c94 Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Sun, 25 Jan 2026 17:37:17 +0100 Subject: [PATCH] Update function default values in FunctionDefaultValues.tid --- .../tiddlers/tests/data/functions/FunctionDefaultValues.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/test/tiddlers/tests/data/functions/FunctionDefaultValues.tid b/editions/test/tiddlers/tests/data/functions/FunctionDefaultValues.tid index 6e9fd787f..411e90dd6 100644 --- a/editions/test/tiddlers/tests/data/functions/FunctionDefaultValues.tid +++ b/editions/test/tiddlers/tests/data/functions/FunctionDefaultValues.tid @@ -8,7 +8,7 @@ title: Output \whitespace trim \function .test(prefix:Default) [[ Content]addprefix] -{{{ [.test[Special]] }}},{{{ [.test[]] }}} +<$text text={{{ [.test[Special]] }}}/>,<$text text={{{ [.test[]] }}}/> + title: ExpectedResult