Fix annotations test
This commit is contained in:
parent
3beb858275
commit
3584853f39
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ describe("Zotero.Annotations", function() {
|
||||||
"type": "highlight",
|
"type": "highlight",
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"isAuthor": true,
|
"isAuthor": true,
|
||||||
|
"readOnly": false,
|
||||||
"text": "This is an <b>extracted</b> text with rich-text\nAnd a new line",
|
"text": "This is an <b>extracted</b> text with rich-text\nAnd a new line",
|
||||||
"comment": "This is a comment with <i>rich-text</i>\nAnd a new line",
|
"comment": "This is a comment with <i>rich-text</i>\nAnd a new line",
|
||||||
"color": "#ffec00",
|
"color": "#ffec00",
|
||||||
|
@ -39,6 +40,7 @@ describe("Zotero.Annotations", function() {
|
||||||
"type": "note",
|
"type": "note",
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"isAuthor": true,
|
"isAuthor": true,
|
||||||
|
"readOnly": false,
|
||||||
"comment": "This is a note",
|
"comment": "This is a note",
|
||||||
"color": "#ffec00",
|
"color": "#ffec00",
|
||||||
"pageLabel": "14",
|
"pageLabel": "14",
|
||||||
|
@ -59,6 +61,7 @@ describe("Zotero.Annotations", function() {
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"isAuthor": true,
|
"isAuthor": true,
|
||||||
|
"readOnly": false,
|
||||||
"image": "zotero://attachment/library/items/LB417FR4",
|
"image": "zotero://attachment/library/items/LB417FR4",
|
||||||
"comment": "This is a comment",
|
"comment": "This is a comment",
|
||||||
"color": "#ffec00",
|
"color": "#ffec00",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue