mediawiki-extensions-Discus.../tests/cases/authors.json
Bartosz Dziewoński c64bb6b5b7 Add the test for getAuthors() in JS too
Change-Id: Id7dabc535b6bb688602c0d55fc3696f662cb10c7
2020-05-19 21:13:52 +02:00

27 lines
277 B
JSON

[
{
"thread": {
"replies": [
{
"author": "Eve",
"replies": []
},
{
"author": "Bob",
"replies": [
{
"author": "Alice",
"replies": []
}
]
}
]
},
"expected": [
"Alice",
"Bob",
"Eve"
]
}
]