mediawiki-extensions-Discus.../tests/qunit/cases/transcluded.json
Ed Sanders b1427163af Parser.php: Add tests for getTranscludedFrom
Requires an implementation of unwrapParsoidSections

Change-Id: I96c929b1117ba652dbd5af6a1ee37a5f9e87ed1e
2020-05-18 19:53:01 +00:00

24 lines
737 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"
}
]