Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into t/ckeditor5-alignment/16
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 9, 2018
2 parents 3cf2815 + 67fb696 commit deb739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tickets/100.js
Expand Up @@ -116,7 +116,7 @@ describe( 'Bug ckeditor5-typing#100', () => {
type: 'children',
node: strong,
oldChildren: [ text ],
newChildren: [ new ViewElement( 'a', null, text.clone() ), new ViewText( 'x' ) ]
newChildren: [ new ViewElement( 'a', null, text._clone() ), new ViewText( 'x' ) ]
}
] );

Expand Down

0 comments on commit deb739e

Please sign in to comment.