mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-20 13:22:04 +02:00
Adapt tests for schema
This commit is contained in:
parent
8738b0a48d
commit
909e7d358f
@ -3,8 +3,12 @@ nodes:
|
||||
- kind: block
|
||||
type: default
|
||||
nodes:
|
||||
- kind: text
|
||||
text: ""
|
||||
- kind: inline
|
||||
type: default
|
||||
nodes:
|
||||
- kind: text
|
||||
text: one
|
||||
- kind: text
|
||||
text: ""
|
||||
|
@ -3,6 +3,8 @@ nodes:
|
||||
- kind: block
|
||||
type: default
|
||||
nodes:
|
||||
- kind: text
|
||||
text: ""
|
||||
- kind: inline
|
||||
type: link
|
||||
nodes:
|
||||
@ -13,3 +15,5 @@ nodes:
|
||||
isVoid: true
|
||||
- kind: 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
|
||||
type: default
|
||||
nodes:
|
||||
- kind: text
|
||||
text: ""
|
||||
- kind: inline
|
||||
type: link
|
||||
nodes:
|
||||
- kind: text
|
||||
text: "Hello "
|
||||
- kind: text
|
||||
text: ""
|
||||
- kind: inline
|
||||
isVoid: true
|
||||
type: image
|
Loading…
x
Reference in New Issue
Block a user