Fix test from d8025be67
This commit is contained in:
parent
d8025be676
commit
0cc9926309
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue