mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 21:56:54 +00:00
9 lines
114 B
JavaScript
9 lines
114 B
JavaScript
const EXPECTED = [
|
|
{
|
|
query: 'baz',
|
|
others: [
|
|
{ name: 'baz' }
|
|
],
|
|
},
|
|
];
|