From 28237b3b4a00cbe73aa9a940c874c7751796f316 Mon Sep 17 00:00:00 2001 From: pmario Date: Fri, 23 Feb 2024 21:12:07 +0100 Subject: [PATCH] add test tiddlers --- .../tw5.com/tiddlers/dump-with-subfilter.tid | 13 ++++++++++++ .../search-variable-parameter-test.tid | 13 ++++++++++++ .../tw5.com/tiddlers/test-dumpvariables.tid | 9 ++++++++ .../tiddlers/test-search-variables.tid | 5 +++-- editions/tw5.com/tiddlers/test-widget.tid | 21 +++++++++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 editions/tw5.com/tiddlers/dump-with-subfilter.tid create mode 100644 editions/tw5.com/tiddlers/search-variable-parameter-test.tid create mode 100644 editions/tw5.com/tiddlers/test-dumpvariables.tid create mode 100644 editions/tw5.com/tiddlers/test-widget.tid diff --git a/editions/tw5.com/tiddlers/dump-with-subfilter.tid b/editions/tw5.com/tiddlers/dump-with-subfilter.tid new file mode 100644 index 000000000..a449ddcf5 --- /dev/null +++ b/editions/tw5.com/tiddlers/dump-with-subfilter.tid @@ -0,0 +1,13 @@ +created: 20240218195424844 +modified: 20240223001316626 +tags: +title: dump-with-subfilter +type: text/vnd.tiddlywiki + +<> + +--- + +<> + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/search-variable-parameter-test.tid b/editions/tw5.com/tiddlers/search-variable-parameter-test.tid new file mode 100644 index 000000000..35c80861b --- /dev/null +++ b/editions/tw5.com/tiddlers/search-variable-parameter-test.tid @@ -0,0 +1,13 @@ +created: 20240218173858951 +modified: 20240223200921450 +tags: +title: search-variable-parameter-test +type: text/vnd.tiddlywiki + +\procedure asdf() +<$let EXAMPLE="123" > +<> + +\end + +<> \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/test-dumpvariables.tid b/editions/tw5.com/tiddlers/test-dumpvariables.tid new file mode 100644 index 000000000..aa5e321ba --- /dev/null +++ b/editions/tw5.com/tiddlers/test-dumpvariables.tid @@ -0,0 +1,9 @@ +created: 20240218202032583 +modified: 20240219180731963 +tags: +title: test-dumpvariables +type: text/vnd.tiddlywiki + +\procedure asdf(test:"hallo", x ) <> + +<> diff --git a/editions/tw5.com/tiddlers/test-search-variables.tid b/editions/tw5.com/tiddlers/test-search-variables.tid index f3747e6a9..c26365fc7 100644 --- a/editions/tw5.com/tiddlers/test-search-variables.tid +++ b/editions/tw5.com/tiddlers/test-search-variables.tid @@ -1,7 +1,8 @@ created: 20240216004004135 -modified: 20240216010811339 +modified: 20240223200900425 tags: title: test-search-variables type: text/vnd.tiddlywiki -<> \ No newline at end of file + +<> diff --git a/editions/tw5.com/tiddlers/test-widget.tid b/editions/tw5.com/tiddlers/test-widget.tid new file mode 100644 index 000000000..30f97c95d --- /dev/null +++ b/editions/tw5.com/tiddlers/test-widget.tid @@ -0,0 +1,21 @@ +created: 20240222140353499 +modified: 20240222142402534 +tags: +title: test-widget +type: text/vnd.tiddlywiki + +\widget $my.widget(one:'Jaguar') +<$text text=<>/> +<$slot $name="ts-raw"> + Whale + +\end + +<$my.widget one="Dingo"> + Crocodile + + +<$my.widget/> + +<> +