This commit is contained in:
Dan Stillman 2016-05-17 02:44:00 -04:00
parent d8025be676
commit 0cc9926309

View file

@ -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>&nbsp;</p>"