mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
c8d06f6bd6
The bug was accidentally fixed in 569db3603c
.
Bug: T252702
Change-Id: I0020ac41adcf111b8496d3d4bce65740faf9e7ef
87 lines
3 KiB
JSON
87 lines
3 KiB
JSON
[
|
|
{
|
|
"name": "plwiki oldparser",
|
|
"dom": "cases/pl-big-oldparser/pl-big-oldparser.html",
|
|
"expected": "cases/pl-big-oldparser/pl-big-oldparser-modified.html",
|
|
"config": "../data/plwiki-config.json",
|
|
"data": "../data/plwiki-data.json"
|
|
},
|
|
{
|
|
"name": "plwiki parsoid",
|
|
"dom": "cases/pl-big-parsoid/pl-big-parsoid.html",
|
|
"expected": "cases/pl-big-parsoid/pl-big-parsoid-modified.html",
|
|
"config": "../data/plwiki-config.json",
|
|
"data": "../data/plwiki-data.json"
|
|
},
|
|
{
|
|
"name": "enwiki oldparser",
|
|
"dom": "cases/en-big-oldparser/en-big-oldparser.html",
|
|
"expected": "cases/en-big-oldparser/en-big-oldparser-modified.html",
|
|
"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-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "arwiki no-paragraph oldparser",
|
|
"dom": "cases/ar-no-paragraph-oldparser/ar-no-paragraph-oldparser.html",
|
|
"expected": "cases/ar-no-paragraph-oldparser/ar-no-paragraph-oldparser-modified.html",
|
|
"config": "../data/arwiki-config.json",
|
|
"data": "../data/arwiki-data.json"
|
|
},
|
|
{
|
|
"name": "arwiki no-paragraph parsoid",
|
|
"dom": "cases/ar-no-paragraph-parsoid/ar-no-paragraph-parsoid.html",
|
|
"expected": "cases/ar-no-paragraph-parsoid/ar-no-paragraph-parsoid-modified.html",
|
|
"config": "../data/arwiki-config.json",
|
|
"data": "../data/arwiki-data.json"
|
|
},
|
|
{
|
|
"name": "Must split a list to reply to one of the comments",
|
|
"dom": "cases/split-list/split-list.html",
|
|
"expected": "cases/split-list/split-list-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "Must split a list to reply to one of the comments (version 2)",
|
|
"dom": "cases/split-list2/split-list2.html",
|
|
"expected": "cases/split-list2/split-list2-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "Replies to comments with mixed indentation",
|
|
"dom": "cases/mixed-indentation/mixed-indentation.html",
|
|
"expected": "cases/mixed-indentation/mixed-indentation-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "Reply inserted inside/outside various wrapper elements",
|
|
"dom": "cases/wrappers/wrappers.html",
|
|
"expected": "cases/wrappers/wrappers-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "Signatures in funny places",
|
|
"dom": "cases/signatures-funny/signatures-funny.html",
|
|
"expected": "cases/signatures-funny/signatures-funny-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
},
|
|
{
|
|
"name": "HTML comments after signatures",
|
|
"dom": "cases/signatures-comments/signatures-comments.html",
|
|
"expected": "cases/signatures-comments/signatures-comments-modified.html",
|
|
"config": "../data/enwiki-config.json",
|
|
"data": "../data/enwiki-data.json"
|
|
}
|
|
]
|