From 35430d09ed8bc9ddd7a12635450514d1bbe7352f Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 5 May 2022 08:16:20 +0100 Subject: [PATCH] Fix bug with empty strings ignored in $tw.utils.stringifyList/parseStringArray I will pull this out into a separate PR. Fixing it doesn't cause problems for the core but I imagine it might cause issues for 3rd party code. --- boot/boot.js | 4 ++-- editions/test/tiddlers/tests/test-utils.js | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/boot/boot.js b/boot/boot.js index f902e9956..4bdedf4ef 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -375,7 +375,7 @@ $tw.utils.stringifyList = function(value) { var result = new Array(value.length); for(var t=0, l=value.length; t