handling testTyping plugin should correctly handle spaces and characters.
Requirements:
s. characters inserted intentionally should be kept as in model (and view).Test steps:
inserted in view and model after using space. in DOM and getData output, where needed.editor.setData() to test whether whitespaces in input HTML are correctly removed and are correctly
saved in model and view. inserted through editor.setData() should be kept, not changed to normal spaces. s are correctly preserved in model, view and DOM.