Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions test/fragments.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe('Multiple fragment level global test', function() {
"value":[{
type: "heading2",
text: "As seen by fine pastry as a field",
spans: []
"spans": []
}, {
"type":"paragraph",
"text":"C'est un bloc content",
Expand All @@ -237,7 +237,7 @@ describe('Multiple fragment level global test', function() {
{
"type": "paragraph",
"text": "some text",
spans: []
"spans": []
}
]
}
Expand All @@ -250,7 +250,7 @@ describe('Multiple fragment level global test', function() {
{
"type": "heading2",
"text": "some other text",
spans: []
"spans": []
}
]
}
Expand Down Expand Up @@ -281,7 +281,7 @@ describe('Multiple fragment level global test', function() {
"value":[{
type: "heading2",
text: "As seen by fine pastry as a field",
spans: []
"spans": []
}, {
"type":"paragraph",
"text":"C'est un bloc content",
Expand Down Expand Up @@ -319,7 +319,7 @@ describe('Multiple fragment level global test', function() {
{
"type": "paragraph",
"text": "some text",
spans: []
"spans": []
}
]
}
Expand All @@ -332,7 +332,7 @@ describe('Multiple fragment level global test', function() {
{
"type": "heading2",
"text": "some other text",
spans: []
"spans": []
}
]
}
Expand Down Expand Up @@ -404,7 +404,7 @@ describe('Multiple fragment level global test', function() {
"value":[{
type: "heading2",
text: "As seen by fine pastry as a field",
spans: []
"spans": []
}, {
"type":"paragraph",
"text":"C'est un bloc content",
Expand Down Expand Up @@ -437,7 +437,7 @@ describe('Multiple fragment level global test', function() {
"value":[{
type: "heading2",
text: "As seen by fine pastry as a field",
spans: []
"spans": []
}, {
"type":"paragraph",
"text":"C'est un bloc content",
Expand Down Expand Up @@ -811,7 +811,7 @@ describe('Various fragment types', function() {
{
"type": "paragraph",
"text": "C'est du repeat",
spans: []
"spans": []
}
]
}
Expand All @@ -824,7 +824,7 @@ describe('Various fragment types', function() {
{
"type": "heading2",
"text": "C'est du non repeat",
spans: []
"spans": []
}
]
}
Expand Down