mediawiki-extensions-Discus.../tests/cases/transcluded.json
Bartosz Dziewoński d24b04ee71 Test case for several bugs from it.wp
Servers as another test case for partially transcluded comments,
and a test case for comment start markers placed outside of
paragraphs.

Bug: T298051
Bug: T298096
Change-Id: Id07d2f57708c037578cb653c83848490c9a15fc6
2022-01-05 23:17:51 +00:00

66 lines
2.3 KiB
JSON

[
{
"name": "transclusions - simple case",
"dom": "cases/transclusions/transclusions.html",
"expected": "../cases/transclusions/transclusions-transcludedFrom.json",
"config": "../data/enwiki-config.json",
"data": "../data/enwiki-data.json"
},
{
"name": "transclusions - comments partially transcluded from a subpage",
"dom": "cases/transclusions2/transclusions2.html",
"expected": "../cases/transclusions2/transclusions2-transcludedFrom.json",
"config": "../data/enwiki-config.json",
"data": "../data/enwiki-data.json"
},
{
"name": "transclusions - comment partially template-generated",
"dom": "cases/transclusions3/transclusions3.html",
"expected": "../cases/transclusions3/transclusions3-transcludedFrom.json",
"config": "../data/enwiki-config.json",
"data": "../data/enwiki-data.json"
},
{
"name": "transclusions - comment partially template-generated 2",
"dom": "cases/transclusions4/transclusions4.html",
"expected": "../cases/transclusions4/transclusions4-transcludedFrom.json",
"config": "../data/itwiki-config.json",
"data": "../data/itwiki-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": "frwiki unsigned AFD",
"dom": "cases/fr-unsigned-parsoid/fr-unsigned-parsoid.html",
"expected": "../cases/fr-unsigned-parsoid/fr-unsigned-parsoid-transcludedFrom.json",
"config": "../data/frwiki-config.json",
"data": "../data/frwiki-data.json"
},
{
"name": "itwiki unsigned",
"dom": "cases/it-unsigned-parsoid/it-unsigned-parsoid.html",
"expected": "../cases/it-unsigned-parsoid/it-unsigned-parsoid-transcludedFrom.json",
"config": "../data/itwiki-config.json",
"data": "../data/itwiki-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"
}
]