mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Use more realistic fake data in test cases
Change-Id: Ie5a30fe254bd69db4f8fe363baeb926282897d00
This commit is contained in:
parent
ccaaec68f0
commit
b89db98b7a
|
@ -158,7 +158,7 @@ ve.dm.citeExample.domToDataCases = {
|
|||
'</li>' +
|
||||
'</ol>' +
|
||||
'</div>',
|
||||
head: '<base href="http://example.com" />',
|
||||
head: '<base href="http://example.com/wiki/" />',
|
||||
data: [
|
||||
{ type: 'paragraph' },
|
||||
'F', 'o', 'o',
|
||||
|
@ -379,7 +379,7 @@ ve.dm.citeExample.domToDataCases = {
|
|||
'<a style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a>' +
|
||||
'</sup>' +
|
||||
'</p>',
|
||||
head: '<base href="http://example.com" />',
|
||||
head: '<base href="http://example.com/wiki/" />',
|
||||
data: [
|
||||
{ type: 'paragraph' },
|
||||
'F', 'o', 'o',
|
||||
|
@ -475,7 +475,7 @@ ve.dm.citeExample.domToDataCases = {
|
|||
'{"html":"Foo<!-- bar -->"},"name":"ref"}" ' +
|
||||
' class="mw-ref reference">' +
|
||||
'<a style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></sup></p>',
|
||||
head: '<base href="http://example.com" />',
|
||||
head: '<base href="http://example.com/wiki/" />',
|
||||
data: [
|
||||
{ type: 'paragraph' },
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue