mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-06 23:40:27 +00:00
6570561d4e
* The `!has[tags]` filter didn't work because "tags" is an array The negated `has` filter only considered empty strings, but not empty arrays (such as the `tags` field). * Add tests for `has` filter operator with array-like fields (tags, list) |
||
---|---|---|
.. | ||
test-backlinks.js | ||
test-compare-filter.js | ||
test-filters.js | ||
test-html-parser.js | ||
test-tags.js | ||
test-tiddler.js | ||
test-utils.js | ||
test-widget.js | ||
test-wikitext-parser.js | ||
test-wikitext.js |