Files
SCEditor/tests/unit
Sam Clarke 52140d571c Update insertNode to move inlines to containers
Will move inserted inline nodes at the start of end or the input into
the start/end containers.

For example, Inserting:
"<em>foo</em>"
into:
"<b>|text</b><u>text|</u>"
will become:
"<b><em>foo</em></b>"
and not:
"<em>foo</em>"
2021-06-30 14:52:57 +01:00
..
2021-02-23 19:23:35 -07:00