From 923f9084f86fb169b84770d5f93241a734473209 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 11 Jan 2023 09:15:40 +0000 Subject: [PATCH] New test missed off a45349cc996390192114fed486bfa6900da641d7 --- .../transclude/CustomWidget-Slotted-Empty.tid | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editions/test/tiddlers/tests/data/transclude/CustomWidget-Slotted-Empty.tid diff --git a/editions/test/tiddlers/tests/data/transclude/CustomWidget-Slotted-Empty.tid b/editions/test/tiddlers/tests/data/transclude/CustomWidget-Slotted-Empty.tid new file mode 100644 index 000000000..efd1e7041 --- /dev/null +++ b/editions/test/tiddlers/tests/data/transclude/CustomWidget-Slotted-Empty.tid @@ -0,0 +1,20 @@ +title: CustomWidget/Slotted/Empty +description: Custom widget with empty slotted values +type: text/vnd.tiddlywiki-multiple +tags: [[$:/tags/wiki-test-spec]] + +title: Output + +\whitespace trim +\widget $$mywidget() +<$slot $name=ts-raw>the body is empty +\end + +#<$$mywidget/> +#<$$mywidget> +#<$$mywidget>the body is not empty + ++ +title: ExpectedResult + +
  1. the body is empty
  2. the body is empty
  3. the body is not empty
\ No newline at end of file