commit 0cc99263094038356d28a5c26657328686733993
parent d8025be67663628f7f51a363c2efe18f1b943f61
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 17 May 2016 02:44:00 -0400
Fix test from d8025be67
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/tests/dataObjectUtilitiesTest.js b/test/tests/dataObjectUtilitiesTest.js
@@ -107,7 +107,7 @@ describe("Zotero.DataObjectUtilities", function() {
describe("notes", function () {
it("should ignore sanitization changes", function* () {
var json1 = {
- note: "<p> </p>"
+ note: "<p>\u00a0</p>"
};
var json2 = {
note: "<p> </p>"