1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
Cameron Fischer aa817f66d2
Changed importVariable to store its own variables (#4108)
* Changed importVariable to store its ownvariables

Before, importVariables was creating a setWidget for every single variable it would find in its tiddlers, and it would create a long-ass call tree. Now, instead, it just accumulates the variables in itself.

* Can't use Object.assign

Learned the hardway while working on tw5-relink that Object.assign
doesn't exist in IE11. Using $tw.utils.extend instead.

* Retaining setWidget transclusion flexibility

* One more test to verify mixing sets and macros
2020-01-30 12:53:26 +00:00
..
test-filters.js Update tests (#4392) 2019-12-19 13:38:09 +00:00
test-html-parser.js Upgrade to Jasmine 3 (#4226) 2019-11-12 21:42:38 +00:00
test-tags.js Add indexes to the wiki store to improve performance (#3951) 2019-05-24 21:07:37 +01:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js Reverting changes to stringifyList (#4249) 2019-09-09 14:56:40 +01:00
test-widget.js Changed importVariable to store its own variables (#4108) 2020-01-30 12:53:26 +00:00
test-wikitext-parser.js Fix broken test 2018-07-03 12:09:59 +01:00
test-wikitext.js Don't set draggable property for links 2017-03-28 13:05:00 +01:00