Merge "Update VE core submodule to master (bf202b6)"

This commit is contained in:
jenkins-bot 2015-02-21 22:15:06 +00:00 committed by Gerrit Code Review
commit 433c187c27
2 changed files with 19 additions and 5 deletions

2
lib/ve

@ -1 +1 @@
Subproject commit c65f3bda73c310f27f7caeecb9e5595630ae1c43
Subproject commit bf202b657cdb96c2bb74935995ab6085302ab450

View file

@ -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: {