| 1234567891011121314151617181920 |
- /**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- /* bender-tags: document */
- 'use strict';
- describe( 'MoveOperation', function() {
- it( 'should move node' );
- it( 'should move set of nodes' );
- it( 'should create a move operation as a reverse' );
- it( 'should move node by applying reverse operation' );
- it( 'should move set of nodes by applying reverse operation' );
- } );
|