mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 04:20:26 +02:00
Adapt tests for schema
This commit is contained in:
@@ -3,8 +3,12 @@ nodes:
|
|||||||
- kind: block
|
- kind: block
|
||||||
type: default
|
type: default
|
||||||
nodes:
|
nodes:
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
||||||
- kind: inline
|
- kind: inline
|
||||||
type: default
|
type: default
|
||||||
nodes:
|
nodes:
|
||||||
- kind: text
|
- kind: text
|
||||||
text: one
|
text: one
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
||||||
|
@@ -3,6 +3,8 @@ nodes:
|
|||||||
- kind: block
|
- kind: block
|
||||||
type: default
|
type: default
|
||||||
nodes:
|
nodes:
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
||||||
- kind: inline
|
- kind: inline
|
||||||
type: link
|
type: link
|
||||||
nodes:
|
nodes:
|
||||||
@@ -13,3 +15,5 @@ nodes:
|
|||||||
isVoid: true
|
isVoid: true
|
||||||
- kind: text
|
- kind: text
|
||||||
text: ""
|
text: ""
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
nodes:
|
||||||
|
- kind: block
|
||||||
|
type: default
|
||||||
|
nodes:
|
||||||
|
- kind: inline
|
||||||
|
type: link
|
||||||
|
nodes:
|
||||||
|
- kind: text
|
||||||
|
text: "Hello"
|
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
nodes:
|
||||||
|
- kind: block
|
||||||
|
type: default
|
||||||
|
nodes:
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
||||||
|
- kind: inline
|
||||||
|
type: link
|
||||||
|
nodes:
|
||||||
|
- kind: text
|
||||||
|
text: "Hello"
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
export default {}
|
@@ -4,11 +4,15 @@ nodes:
|
|||||||
- kind: block
|
- kind: block
|
||||||
type: default
|
type: default
|
||||||
nodes:
|
nodes:
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
||||||
- kind: inline
|
- kind: inline
|
||||||
type: link
|
type: link
|
||||||
nodes:
|
nodes:
|
||||||
- kind: text
|
- kind: text
|
||||||
text: "Hello "
|
text: "Hello "
|
||||||
|
- kind: text
|
||||||
|
text: ""
|
||||||
- kind: inline
|
- kind: inline
|
||||||
isVoid: true
|
isVoid: true
|
||||||
type: image
|
type: image
|
Reference in New Issue
Block a user