mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-16 20:58:28 +00:00
c5d1029b25
Theses are no longer QUnit specific. Change-Id: I5f3cca1ff686922e0cdaaedb80858f37df04799a
24 lines
746 B
JSON
24 lines
746 B
JSON
[
|
|
{
|
|
"name": "transclusions",
|
|
"dom": "cases/transclusions/transclusions.html",
|
|
"expected": "../cases/transclusions/transclusions-transcludedFrom.json",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "enwiki parsoid",
|
|
"dom": "cases/en-big-parsoid/en-big-parsoid.html",
|
|
"expected": "../cases/en-big-parsoid/en-big-parsoid-transcludedFrom.json",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "enwiki parsoid AFD",
|
|
"dom": "cases/en-bigafd-parsoid/en-bigafd-parsoid.html",
|
|
"expected": "../cases/en-bigafd-parsoid/en-bigafd-parsoid-transcludedFrom.json",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
}
|
|
]
|