1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 19:22:35 +02:00

failing test for wrapblock changes

This commit is contained in:
Tyler Johnson
2016-09-20 16:01:33 -06:00
parent 04f059997f
commit 059e4a836e
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ export default function (state) {
return state return state
.transform() .transform()
.wrapBlockAtRange(range, 'quote') .wrapBlockAtRange(range, 'code')
.apply() .apply()
} }

View File

@@ -1,7 +1,7 @@
nodes: nodes:
- kind: block - kind: block
type: quote type: code
nodes: nodes:
- kind: block - kind: block
type: quote type: quote