1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01: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>
<document>
<paragraph>
<anchor />
Some{' '}
<b>
<u>bold</u>
</b>
<u>
<b>
<anchor />
bold
</b>
</u>
<u> and some </u>
<i>
<u>ita</u>lic
</i>
<u>
<i>ita</i>
</u>
<focus />
<i>lic</i>
</paragraph>
</document>
</value>