1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

Add failing test for schema rule

This commit is contained in:
Samy Pesse
2016-10-23 23:08:01 +02:00
parent 1689e6408a
commit 4d0f067250
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export default {}

View File

@@ -0,0 +1,13 @@
nodes:
- kind: block
type: default
nodes:
- kind: inline
type: link
nodes:
- kind: text
text: "Hello "
- kind: inline
type: image
isVoid: true

View File

@@ -0,0 +1,15 @@
nodes:
- kind: block
type: default
nodes:
- kind: inline
type: link
nodes:
- kind: text
text: "Hello "
- kind: inline
type: image
isVoid: true
- kind: text
text: " "