mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Update VE core submodule to master (15c1efdc2)
New changes: cf7b2a9c4 Restore margin between wrapper paragraphs and document edge 629109b6b ve.ce.Surface tests: Sometimes assert originalDomElements in paste tests 3a5bd323c Use wrapper paragraphs in fixUpInsertion Local changes: * Update tests to ignore some internal properties Bug: T299815 Bug: T299817 Change-Id: Ie52348f62320eb135c2f950ac78a77d9c665fef2
This commit is contained in:
parent
854318d569
commit
24973a2928
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
|||
Subproject commit 914dc192e4e2bce698577def2bc6dfca4215e32a
|
||||
Subproject commit 15c1efdc24447a3e631505af4730bff7d539b7e7
|
|
@ -182,10 +182,10 @@ QUnit.test( 'convert', function ( assert ) {
|
|||
annotations: [],
|
||||
assertDom: true,
|
||||
expectedData: [
|
||||
{ type: 'mwHeading', attributes: { level: 2 }, internal: { changesSinceLoad: 0 }, originalDomElements: $( '<h2>foo</h2>' ).toArray() },
|
||||
{ type: 'mwHeading', attributes: { level: 2 }, originalDomElements: $( '<h2>foo</h2>' ).toArray() },
|
||||
'f', 'o', 'o',
|
||||
{ type: '/mwHeading' },
|
||||
{ type: 'mwHeading', attributes: { level: 2 }, internal: { changesSinceLoad: 0 }, originalDomElements: $( '<h2 id="mw-meaningful-id">bar</h2>' ).toArray() },
|
||||
{ type: 'mwHeading', attributes: { level: 2 }, originalDomElements: $( '<h2 id="mw-meaningful-id">bar</h2>' ).toArray() },
|
||||
'b', 'a', 'r',
|
||||
{ type: '/mwHeading' },
|
||||
{ type: 'internalList' },
|
||||
|
@ -200,7 +200,7 @@ QUnit.test( 'convert', function ( assert ) {
|
|||
annotations: [],
|
||||
assertDom: true,
|
||||
expectedData: [
|
||||
{ type: 'mwHeading', attributes: { level: 2 }, internal: { changesSinceLoad: 0 }, originalDomElements: $( '<h2 id="Tudnivalók"> Tudnivalók </h2>' ).toArray() },
|
||||
{ type: 'mwHeading', attributes: { level: 2 }, originalDomElements: $( '<h2 id="Tudnivalók"> Tudnivalók </h2>' ).toArray() },
|
||||
'T', 'u', 'd', 'n', 'i', 'v', 'a', 'l', 'ó', 'k',
|
||||
{ type: '/mwHeading' },
|
||||
{ type: 'internalList' },
|
||||
|
|
Loading…
Reference in a new issue