1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Fix a missing focus in test (#1976)

This commit is contained in:
Jinxuan Zhu
2018-07-19 15:08:05 -04:00
committed by Ian Storm Taylor
parent f83b3114db
commit 715fde4f43

View File

@@ -27,15 +27,19 @@ export const output = (
<value> <value>
<document> <document>
<paragraph> <paragraph>
<anchor />
Some{' '} Some{' '}
<b> <u>
<u>bold</u> <b>
</b> <anchor />
bold
</b>
</u>
<u> and some </u> <u> and some </u>
<i> <u>
<u>ita</u>lic <i>ita</i>
</i> </u>
<focus />
<i>lic</i>
</paragraph> </paragraph>
</document> </document>
</value> </value>