|
|
@@ -635,11 +635,11 @@ describe( 'Input feature', () => {
|
|
|
type: 'children',
|
|
|
oldChildren: [ ...viewRoot.getChild( 0 ).getChildren() ],
|
|
|
newChildren: [
|
|
|
- new ViewText( 'foo ' ),
|
|
|
+ new ViewText( 'foo' ),
|
|
|
new ViewContainerElement( 'placeholder' ),
|
|
|
- new ViewText( ' bar ' ),
|
|
|
+ new ViewText( 'bar' ),
|
|
|
new ViewContainerElement( 'placeholder' ),
|
|
|
- new ViewText( ' baz ' )
|
|
|
+ new ViewText( 'baz' )
|
|
|
],
|
|
|
node: viewRoot.getChild( 0 )
|
|
|
}
|