2020-05-11 14:25:01 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "plwiki oldparser",
|
|
|
|
"dom": "cases/pl-big-oldparser/pl-big-oldparser.html",
|
|
|
|
"expected": "cases/pl-big-oldparser/pl-big-oldparser-modified.html",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/plwiki-config.json",
|
|
|
|
"data": "../data/plwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "plwiki parsoid",
|
|
|
|
"dom": "cases/pl-big-parsoid/pl-big-parsoid.html",
|
|
|
|
"expected": "cases/pl-big-parsoid/pl-big-parsoid-modified.html",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/plwiki-config.json",
|
|
|
|
"data": "../data/plwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "enwiki oldparser",
|
|
|
|
"dom": "cases/en-big-oldparser/en-big-oldparser.html",
|
|
|
|
"expected": "cases/en-big-oldparser/en-big-oldparser-modified.html",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/enwiki-config.json",
|
|
|
|
"data": "../data/enwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "enwiki parsoid",
|
|
|
|
"dom": "cases/en-big-parsoid/en-big-parsoid.html",
|
|
|
|
"expected": "cases/en-big-parsoid/en-big-parsoid-modified.html",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/enwiki-config.json",
|
|
|
|
"data": "../data/enwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/arwiki-config.json",
|
|
|
|
"data": "../data/arwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/arwiki-config.json",
|
|
|
|
"data": "../data/arwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/enwiki-config.json",
|
|
|
|
"data": "../data/enwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/enwiki-config.json",
|
|
|
|
"data": "../data/enwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
2020-07-29 23:11:18 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2021-01-08 19:32:29 +00:00
|
|
|
{
|
|
|
|
"name": "Mess caused by unclosed <font> tags in wikitext",
|
|
|
|
"dom": "cases/unclosed-font/unclosed-font.html",
|
|
|
|
"expected": "cases/unclosed-font/unclosed-font-modified.html",
|
|
|
|
"config": "../data/nlwiki-config.json",
|
|
|
|
"data": "../data/nlwiki-data.json"
|
|
|
|
},
|
2020-05-11 14:25:01 +00:00
|
|
|
{
|
|
|
|
"name": "Reply inserted inside/outside various wrapper elements",
|
|
|
|
"dom": "cases/wrappers/wrappers.html",
|
|
|
|
"expected": "cases/wrappers/wrappers-modified.html",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/enwiki-config.json",
|
|
|
|
"data": "../data/enwiki-data.json"
|
2020-05-11 14:25:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Signatures in funny places",
|
|
|
|
"dom": "cases/signatures-funny/signatures-funny.html",
|
|
|
|
"expected": "cases/signatures-funny/signatures-funny-modified.html",
|
2020-05-18 20:07:00 +00:00
|
|
|
"config": "../data/enwiki-config.json",
|
|
|
|
"data": "../data/enwiki-data.json"
|
2020-07-22 19:01:13 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2020-05-11 14:25:01 +00:00
|
|
|
}
|
|
|
|
]
|