mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Merge "Remove 'origTitle' in tests"
This commit is contained in:
commit
0771532b25
|
@ -289,7 +289,6 @@ ve.dm.citeExample.domToDataCases = {
|
|||
type: 'link/mwInternal',
|
||||
attributes: {
|
||||
title: 'Bar',
|
||||
origTitle: 'Bar',
|
||||
normalizedTitle: 'Bar',
|
||||
lookupTitle: 'Bar'
|
||||
}
|
||||
|
@ -301,7 +300,6 @@ ve.dm.citeExample.domToDataCases = {
|
|||
type: 'link/mwInternal',
|
||||
attributes: {
|
||||
title: 'Bar',
|
||||
origTitle: 'Bar',
|
||||
normalizedTitle: 'Bar',
|
||||
lookupTitle: 'Bar'
|
||||
}
|
||||
|
@ -313,7 +311,6 @@ ve.dm.citeExample.domToDataCases = {
|
|||
type: 'link/mwInternal',
|
||||
attributes: {
|
||||
title: 'Bar',
|
||||
origTitle: 'Bar',
|
||||
normalizedTitle: 'Bar',
|
||||
lookupTitle: 'Bar'
|
||||
}
|
||||
|
@ -420,7 +417,6 @@ ve.dm.citeExample.domToDataCases = {
|
|||
type: 'link/mwInternal',
|
||||
attributes: {
|
||||
title: 'Bar',
|
||||
origTitle: 'Bar',
|
||||
normalizedTitle: 'Bar',
|
||||
lookupTitle: 'Bar'
|
||||
}
|
||||
|
@ -432,7 +428,6 @@ ve.dm.citeExample.domToDataCases = {
|
|||
type: 'link/mwInternal',
|
||||
attributes: {
|
||||
title: 'Bar',
|
||||
origTitle: 'Bar',
|
||||
normalizedTitle: 'Bar',
|
||||
lookupTitle: 'Bar'
|
||||
}
|
||||
|
@ -444,7 +439,6 @@ ve.dm.citeExample.domToDataCases = {
|
|||
type: 'link/mwInternal',
|
||||
attributes: {
|
||||
title: 'Bar',
|
||||
origTitle: 'Bar',
|
||||
normalizedTitle: 'Bar',
|
||||
lookupTitle: 'Bar'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue