Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/tests/dm/ve.dm.Annotation.test.js
Ðазад
/*! * VisualEditor DataModel Annotation tests. * * @copyright See AUTHORS.txt */ QUnit.module( 've.dm.Annotation' ); QUnit.test( 'getHashObject', ( assert ) => { const cases = [ { msg: 'Bold', annotation: new ve.dm.BoldAnnotation( { type: 'textStyle/bold', attributes: { nodeName: 'b' } } ), expected: { type: 'textStyle/bold', attributes: { nodeName: 'b' } } }, { msg: 'Italic with original DOM elements', annotation: new ve.dm.ItalicAnnotation( { type: 'textStyle/italic', attributes: { nodeName: 'i' }, originalDomElementsHash: 1 } ), expected: { type: 'textStyle/italic', attributes: { nodeName: 'i' }, originalDomElementsHash: 1 } } ]; cases.forEach( ( caseItem ) => { assert.deepEqual( caseItem.annotation.getHashObject(), caseItem.expected, caseItem.msg ); } ); } );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка