1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 04:03:16 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
Robin Munn c23eedd069
Fix incorrect base64 encoding of astral-plane text (#4813)
Most astral-plane text is emojis like U+1F4DA BOOKS (📚), but some
languages like Osage have their alphabet entirely in the supplementary
multilingual plane as well. For proper support of languages like Osage,
and newer emojis, the UTF-8 decode and encode functions need to properly
handle codepoints above U+FFFF, which are represented by a surrogate
pair in Javascript strings.
2020-08-17 17:33:46 +01:00
..
test-backlinks.js Add backlinks indexer (#4421) 2020-03-26 13:15:02 +00:00
test-compare-filter.js Add new compare filter operator 2020-04-13 10:03:01 +01:00
test-filters.js The !has[tags] filter didn't work because tags field is an array (#4643) 2020-05-14 13:57:12 +01:00
test-html-parser.js Upgrade to Jasmine 3 (#4226) 2019-11-12 21:42:38 +00:00
test-tags.js Enable indexers in tag test (#4355) 2020-04-07 20:44:26 +01:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js Fix incorrect base64 encoding of astral-plane text (#4813) 2020-08-17 17:33:46 +01:00
test-widget.js Fix Entity widget not rendering its content without a refresh (#4776) 2020-07-31 08:25:15 +01: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