Add test for PR #126057

This commit is contained in:
Sunshine
2024-06-07 05:49:46 +08:00
parent c3309ef446
commit dd5103bb68
6 changed files with 256 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
const EXPECTED = {
'query': 'Fo',
'others': [
{ 'path': 'basic', 'name': 'Foo' },
{ 'path': 'basic', 'name': 'Foo', 'desc': 'Docs for Foo' },
],
};