mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 00:40:07 +08:00
17 lines
207 B
JavaScript
17 lines
207 B
JavaScript
|
function test() {
|
||
|
return [
|
||
|
{
|
||
|
test: "test",
|
||
|
test_one: "test",
|
||
|
},
|
||
|
{
|
||
|
test: "test",
|
||
|
test_one: "test",
|
||
|
},
|
||
|
{
|
||
|
test: "test",
|
||
|
test_one: "test",
|
||
|
},
|
||
|
];
|
||
|
}
|