1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-17 01:39:42 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
jeremy@jermolene.com 34afe4e143 Refactor function invocation
* Introduce new widget helper function to evaluate variables.Functions are evaluated as parameterised filter strings, macros as text with textual substitution of parameters and variables, and procedures and widgets as plain text
* Refactor the function operator and unknown operator to use the new helper
* Use the new helper to evaluate variables within filter strings, thus fixing a bug whereby functions called in such a way were being returned as plain text instead of being evaluated
* Refactor the transclude widget to use the new helper
* Update tests
2023-01-21 22:07:34 +00:00
..
data Refactor function invocation 2023-01-21 22:07:34 +00:00
modules/utils CSV parser improvements (#7042) 2022-11-20 17:51:01 +00:00
test-action-widgets.js action-setfield shouldn't write to the current tiddler if the $tiddler attribute is present but has evaluated to a missing attribute 2022-04-16 18:02:27 +01:00
test-backlinks.js Add backlinks indexer (#4421) 2020-03-26 13:15:02 +00:00
test-checkbox-widget.js Fix bug when using built-in list field as listField parameter to checkbox widget (#6897) 2022-09-22 18:52:55 +01:00
test-compare-filter.js Add new compare filter operator 2020-04-13 10:03:01 +01:00
test-deserializers.js Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
test-filters.js Merge branch 'master' into parameterised-transclusions 2023-01-21 20:45:21 +00:00
test-html-parser.js Allow newlines within filtered transclusions (#6421) 2022-02-21 15:28:21 +00:00
test-json-filters.js Fix json operators retrieving properties of strings and numbers 2022-12-30 15:28:34 +00:00
test-linked-list.js Linked-List refactor (#6056) 2022-11-27 17:48:08 +00:00
test-parsetextreference.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
test-popup.js Fixed PR to fix popup position if popup is triggered from within an offsetParent element (#7013) 2022-12-01 21:16:44 +00:00
test-prefixes-filter.js Fixes reduce, filter, and sortsub operators undefined variable exception (#7156) 2023-01-03 13:48:20 +00:00
test-tags.js Fix for tag ordering issue #6382 (#6383) 2022-02-21 15:34:05 +00:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js Merge branch 'master' into parameterised-transclusions 2022-11-22 16:29:45 +00:00
test-widget.js Merge branch 'master' into parameterised-transclusions 2023-01-17 16:40:47 +00:00
test-wikitext-parser.js Parameter parenthesis should be mandatory in function/procedure/widget definitions 2022-10-17 08:31:07 +01:00
test-wikitext-tabs-macro.js Convert the tabs macro into a global 2022-05-28 12:24:48 +01:00
test-wikitext.js Extend encodeuricomponent to process additional characters (#7128) 2023-01-19 17:45:54 +00:00