mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +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 = [
|
ve.dm.mwExample.withMeta = [
|
||||||
{
|
{
|
||||||
type: 'commentMeta',
|
type: 'paragraph',
|
||||||
|
internal: {
|
||||||
|
generated: 'wrapper'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'comment',
|
||||||
attributes: {
|
attributes: {
|
||||||
text: ' No content conversion '
|
text: ' No content conversion '
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ type: '/commentMeta' },
|
{ type: '/comment' },
|
||||||
|
{ type: '/paragraph' },
|
||||||
{
|
{
|
||||||
type: 'mwAlienMeta',
|
type: 'mwAlienMeta',
|
||||||
attributes: {
|
attributes: {
|
||||||
|
@ -359,12 +366,19 @@ ve.dm.mwExample.withMeta = [
|
||||||
},
|
},
|
||||||
{ type: '/mwAlienMeta' },
|
{ type: '/mwAlienMeta' },
|
||||||
{
|
{
|
||||||
type: 'commentMeta',
|
type: 'paragraph',
|
||||||
|
internal: {
|
||||||
|
generated: 'wrapper'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'comment',
|
||||||
attributes: {
|
attributes: {
|
||||||
text: 'barbaz'
|
text: 'barbaz'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ type: '/commentMeta' },
|
{ type: '/comment' },
|
||||||
|
{ type: '/paragraph' },
|
||||||
{
|
{
|
||||||
type: 'mwCategory',
|
type: 'mwCategory',
|
||||||
attributes: {
|
attributes: {
|
||||||
|
|
Loading…
Reference in a new issue