mediawiki-extensions-Discus.../tests/cases/transcluded.json
Bartosz Dziewoński e12aea2f77 Add test case for unwrapParsoidSections()
Covers the bug fixed in I9133d4365a71d6db1fa58b69ae3b970166d15c1e.

Depends-On: I9133d4365a71d6db1fa58b69ae3b970166d15c1e
Bug: T252238
Change-Id: I92831696864e04384eb514ab69f14563cceafc19
2020-05-18 21:36:48 +00:00

31 lines
1,000 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"
},
{
"name": "parsoid-sections",
"dom": "cases/parsoid-sections/parsoid-sections.html",
"expected": "../cases/parsoid-sections/parsoid-sections-transcludedFrom.json",
"config": "../data/nlwiki-config.json",
"data": "../data/nlwiki-data.json"
}
]