mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Merge "Update VE core submodule to master (bf202b6)"
This commit is contained in:
commit
433c187c27
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
|||
Subproject commit c65f3bda73c310f27f7caeecb9e5595630ae1c43
|
||||
Subproject commit bf202b657cdb96c2bb74935995ab6085302ab450
|
|
@ -302,12 +302,19 @@ ve.dm.mwExample.mwNowikiHtmlFromData = '<body><p>Foo[[Bar]]Baz</p></body>';
|
|||
|
||||
ve.dm.mwExample.withMeta = [
|
||||
{
|
||||
type: 'commentMeta',
|
||||
type: 'paragraph',
|
||||
internal: {
|
||||
generated: 'wrapper'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'comment',
|
||||
attributes: {
|
||||
text: ' No content conversion '
|
||||
}
|
||||
},
|
||||
{ type: '/commentMeta' },
|
||||
{ type: '/comment' },
|
||||
{ type: '/paragraph' },
|
||||
{
|
||||
type: 'mwAlienMeta',
|
||||
attributes: {
|
||||
|
@ -359,12 +366,19 @@ ve.dm.mwExample.withMeta = [
|
|||
},
|
||||
{ type: '/mwAlienMeta' },
|
||||
{
|
||||
type: 'commentMeta',
|
||||
type: 'paragraph',
|
||||
internal: {
|
||||
generated: 'wrapper'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'comment',
|
||||
attributes: {
|
||||
text: 'barbaz'
|
||||
}
|
||||
},
|
||||
{ type: '/commentMeta' },
|
||||
{ type: '/comment' },
|
||||
{ type: '/paragraph' },
|
||||
{
|
||||
type: 'mwCategory',
|
||||
attributes: {
|
||||
|
|
Loading…
Reference in a new issue