blob: c6b4e8f871803dfdc8f02aa6cb7884b3010ce41f [file]
This tests that inserting html into an empty list item produces flat sibling list items, not nested ones
Before:
| "\n"
| <ul>
| <li>
| <#selection-caret>
| <br>
| "\n"
After:
| "\n"
| <ul>
| <li>
| "Line one"
| <li>
| "Line two"
| <li>
| "Line three<#selection-caret>"
| "\n"